Skip to content

suhaimaislam/twitterish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

the <wit> project gateway project: "twitterish"

A Twitter-like app for users to view blog posts & its replies, and reply to comments. This app implements Python-Flask, HTML/CSS, & Postgres.

🖥 Install this project locally

  1. Clone this repo: git clone <this repo's remote url>
  2. Change directories: cd gateway_project
  3. Create a virtual environment for this project and activate it:
mkdir env
python3 -m venv env
source env/bin/activate
  1. Install the requirements: pip install -r requirements.txt
  2. If you haven't done so already, create a database named twitterish
  3. Run python app/db.py as needed to create and seed your database tables
  4. Run the application as needed: python app/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors