Skip to content

jvill171/warbler

Repository files navigation

Warbler

Twitter clone built with Flask, WTForms, PostgresSQL and Flask SQLAlchemy.

Setup

Clone directory:

$ git clone https://github.com/jvill171/warbler.git

Create Python virtual environment:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Setup database and populate:

(venv) $ createdb warbler
(venv) $ python seed.py

Start server:

(venv) $ flask run

Open http://localhost:5000/ to view project in the browser.

Built With

  • Flask
  • Jinja
  • WTForms
  • PostgresSQL
  • Flask SQLAlchemy
  • Twitter Bootstrap

About

Better Twitter Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published