Hello there, welcome to my todo list website
My name is Matthew Adrianus Mulyono, and this is my To Do list Website
This is a simple todo list website that implements Backend Web Development with Flask Framework
The purpose of this website is to showcase my skills in python and improve my backend building skills using flask framework
Sorry for the 'not cool or even responsive' web design. I'm not exactly experienced in frontend 😅
- Clone this repository
- Set up a virtual environment by typing 'python -m venv env' in the command line
- Set your interpreter path to the virtual environment path
- Download all the dependencies (modules) by typing 'python -m pip install -r requirements.txt'
- Before starting the application, you need to create the database locally (using sqlite) in the python script (and comment them afterwards)
- Lastly, don't forget to setup SECRET_KEY in .env file so that the program can start
- Start the application by running the code, and then go to http://127.0.0.1:5000/