MacGlass / Quacker

Quacker is a Twitter Clone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Quacker" is a twitter clone!

To get "Quacker" started, run the following commands in your terminal:

  1. Create the Python virtual environment:

$ python3 -m venv venv

$ source venv/bin/activate

(venv) $ pip install -r requirements.txt

  1. Set up the database:

(venv) $ createdb warbler

(venv) $ python seed.py

  1. Start the server:

(venv) $ flask run

Testing:

To run a file containing unittests, you can run the command: FLASK_ENV=production python -m unittest

About

Quacker is a Twitter Clone!


Languages

Language:Python 57.6%Language:HTML 29.9%Language:CSS 12.5%