Skip to content

Public "true democracy" voting application. Open source. For America!

Notifications You must be signed in to change notification settings

prestonhale/crayons

Repository files navigation

Crayons

Backend

To setup the backend api, run the following commands

  1. if you don't have a virtualenv setup, create one
virtualenv virtualenv -p python3.5
  1. Install dependencies
make devsetup
  1. Run tests
make tests
  1. Run server
make devserver # to run local django server
make runserver # to run gunicorn server
  1. Other helpful commands
make clean # nuke existing devsetup, will need to run make devsetup again
make coveragereport # will print out a report of test coverage, as per pytest

About

Public "true democracy" voting application. Open source. For America!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published