CRUD Flask Rest-API built with python on top of flask and sqlite, for learning projects about rest-api
how to use:
- Clone this repository
- in terminal
cd koperasi_cli_app
- run command in cli
pip install -r requirements.txt
- change
app.config['SQLALCHEMY_DATABASE_URI']
to your db directory on your local folder - run the script from terminal using
python main.py
- open link
http://127.0.0.1:5000