aelmaar / Todolist-app-with-Python-Flask

building a simple To do list app using micro-framework Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Building a simple CRUD app (To do list) using Flask framework.

In this project I focus more on the backend then the Frontend, it was really fun to learn python and flask framework 😄.
Demo app deployed on Heroku

Setup (Mac/Linux)

  • Create a virtual environement folder (venv) inside the project folder:
mkdir myproject
cd myproject
python3 -m venv venv
  • Activate the environement:
source venv/bin/activate
  • I created a requirements.txt file to make it easy for you to install the necessary packages automatically for this project:
pip3 install requirements.txt
  • As you will see in my project folder that I already initialize the database, but If you want to know how, follow this link SQLAlchemy Quickstart.
  • Run the app and enjoy it 😄:
flask run

Note: If you want to know why we created a virual environement and the installation process for Windows visit this link Flask Installation, also make sure you have the virtualenv package installed by using sudo pip3 install virtualenv in order to create a virtual environement.

Profil

Hi I am Anouar and I am a student at 1337 MED (42Network), I have passion to computer science and technologies, Interested in Web development, and seeking to improve my Soft and Hard skills.
My Linkedin account: https://linkedin.com/in/aelmaar
My Twitter account: https://twitter.com/ael_maar

About

building a simple To do list app using micro-framework Flask


Languages

Language:HTML 38.3%Language:Python 33.5%Language:CSS 28.2%