This is a simple Flask API that can be used as a template for your own projects. It has a simple user authentication system, a database, and a few routes to get you started.
- Clone the repo
git clone https://github.com/adzinzhalifunnas/Simple-Flask-API.git
- Install requirements
pip3 install -r requirements.txt
- Run the app
python3 app.py
- Open the app in your browser
http://127.0.0.1:5000
- Enjoy!