An easy to use and deploy web app built using Flask
- Simple Web application, easy to use and very easy to deploy locally
- Written in simple Python. Even a beginner Python developer can contribute to this
- Support for SQLite, so you can easily play with it
- REST API for retrieving data easily
Execute the following command to install the required third party libraries:
pip3 install -r requirements.txt
Install the dependencies by simply executing:
pip3 install -r requirements.txt
Run this command to start the app:
python3 manage.py
Happy Noting :)
Built with ♥ by Sujeet Kumar Singh