Skip to content

gitbarok/crud-flask-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Flask Rest-API

CRUD Flask Rest-API built with python on top of flask and sqlite, for learning projects about rest-api

how to use:

  1. Clone this repository
  2. in terminal cd koperasi_cli_app
  3. run command in cli pip install -r requirements.txt
  4. change app.config['SQLALCHEMY_DATABASE_URI'] to your db directory on your local folder
  5. run the script from terminal using python main.py
  6. open link http://127.0.0.1:5000

About

Creating CRUD rest-api with flask for koperasi application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages