Flask REST API Experiment with Marshmallow and SQLAlchemy
- Create
- Read
- Update
- Delete
git clone https://github.com/the-akira/Flask-REST-API.git
Create a Virtual Environment
python -m venv myvenv
Activate the Virtual Environment
source myvenv/bin/activate
Install Requirements
pip install -r requirements.txt
Run the Application
python run.py
Make some Requests