Skip to content

isabek/planbrothersapp

Repository files navigation

Planbrothers Test Exercise

Travis-ci Build Status

Creating DB on Postgres

$ psql -U postgres
postgres=# CREATE USER root WITH PASSWORD 'root';
postgres=#  CREATE DATABASE bro_db OWNER root;

Running Locally

$ git clone git@github.com:Isabek/planbrothersapp.git
$ cd planbrothersapp
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

$ python manage.py db upgrade

$ python manage.py runserver

Your app should now be running on localhost:5000.

Load Fixtures

$ python manage.py populate_bros

Run Tests

$ python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published