A simple python web application using flask framework.
- Download the latest version of python. In this project i used python 3.8.6
- Download and install a text editor or an IDE. In this project i used Pycharm 2021.2.2
- Install virtualenv : pip install virtualenv
- Create a virtualenv : virtualenv venv
- Enable virtualenv : venv\scripts\activate (On windows)
- Install requirements : pip install -r requirements.txt
- Run flask in cmd : flask run
- Enjoy ! :)
- Python 3.8.6 or later
- Visual Studio Code or Pycharm
You must be familiar with Object oriented Programming in Python and REST API Development.