Skip to content

treyhunner/movienight

Repository files navigation

Movie Night Turn Tracker

Test Status Coverage Status

This repository will contain code for a website that will track who should pick next for movie night.

Usage

Before you can run the website you will need to install the dependencies:

$ pip install -r requirements-dev.txt

Once you have the required dependencies you should create the database file:

$ ./create_db.py

Now you can run the website (on port 5000 by default):

$ ./runserver.py

Tools

Runinng Tests

Run the tests by executing the tests.py file:

$ ./tests.py

To run an individual test use this format:

$ python -m unittest tests.AdminTest.test_create_event

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published