Skip to content

A simple Todo App to work with Python, Flask and Postgresql

Notifications You must be signed in to change notification settings

KWagner91/fullstack-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App with Postgres Backend

A Fullstack Todo App which sends user Todos to a Postgresql Backend Server.

Instructions

Prerequisites

Please make sure you have the following installed:

  • Python 3
  • pip3
  • Flask
  • SQLAlchemy
  • Postgresql

Please also modify app.py to match with your username and database settings.

Getting started

To start the app please follow the instructions bellow:

Install missing dependencies, check app.py settings and run with:

Flask

FLASK_APP=app.py FLASK_DEBUG=true flask run

and

Postgres

pg_ctl -D "C:\YOUR_PATH\PostgreSQL\12\data" start

And then visit localhost:5000 with a browser of your choice

Project Specifications

  • Python
  • Flask and SQLAlchemy
  • Postgresql
  • AJAX Fetch Requests

Enjoy!

About

A simple Todo App to work with Python, Flask and Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published