This todo list created by M Hudya Ramadhana also known as Kiddy written in Python Language, Flask Framework.
- Python 3.6
- Flask
- Flask SQL Alchemy
- Flask Seederpip
- Flask Migrate
- Python dot env
- Pymysql
- Flask JWT Extended
Use the package manager pip to install the requirement.
- Create virtual environment for your python needs. If you don't understand how to make it, please read through this tutorial.
- Activate your virtual env.
- Go to this project directory.
- Install the library
pip install -r requirements.txt
- Copy .flaskenv.example to .flaskenv
- Setting the database and other things on env.
- Run the project
flask run
Don't forget to visit my blog here, you will find another great tutorials!