Skip to content

dzakitajudin/PythonApiFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Api Flask

My First Crud API With Python Flask Framework

Technology Stack

Features

  • Crud API

Get Started

  • git clone https://github.com/dzakitajudin/PythonApiFlask.git
  • Open Terminal and go to project directory
  • Create Virtual Environment by type: pip3 install pipenv
  • Terminal type: pipenv shell
  • Install Flask by terminal type: pipenv install flask flask-sqlalchemy flask-marshmellow marshmellow-sqlalchemy

Run Application

to run application, type in terminal: python app.py Then show debugger and running on http://127.0.0.1:5000/ for default

API Testing

You can test api using postman

  • Open your postman application
  • Import file Python-API.postman_collection.json
  • Test all request

Note

because it is my first api in python, there are some error in response when hit services. i dont know why that happen, but for save,update,delete process is work and data was stored in database.

About

Crud API With Python Flask Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages