Skip to content

Matthew1906/ToDoList-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList-Flask

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 😅

Steps of Running the website

  1. Clone this repository
  2. Set up a virtual environment by typing 'python -m venv env' in the command line
  3. Set your interpreter path to the virtual environment path
  4. Download all the dependencies (modules) by typing 'python -m pip install -r requirements.txt'
  5. Before starting the application, you need to create the database locally (using sqlite) in the python script (and comment them afterwards)
  6. Lastly, don't forget to setup SECRET_KEY in .env file so that the program can start
  7. Start the application by running the code, and then go to http://127.0.0.1:5000/

About

A simple todo list website that implements Backend Web Development with Flask Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors