Skip to content

ami-day/Chitter

Repository files navigation

Chitter

In this solo project, I designed and integrated a SQL database in Python using the psycopg package to create a small web application called Chitter.

Chitter is a web application where you can log-in as a user, post messages and view other Chitter users messages.

Tech stack

Frontend:

Backend:

Running the App

To run the application, clone the respository and run "pipenv install". Then, seed the SQL database with the following command: psql -h 127.0.0.1 chitter_solo_project < seeds/chitter_solo_project.sql.

To access the web app, go to: http://127.0.0.1:5000/login which will take you to the login page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published