Skip to content

maxdup/muzlog

Repository files navigation

MuzLog

Installing

  • install python 3 ("sudo apt-get install python3")
  • install pip3 ("sudo apt-get install python3-pip")
  • if using virtualenv, "virtualenv env", ". env/bin/activate"
  • install dependencies (pip install -r requirements.txt)
  • install webpack ("npm install --global webpack")

Running the server

  • python3 runserver.py

Running tests

  • $ coverage run tests.py

Get test coverage report

  • $ coverage report

Populating the Database with Random Data

  • python3 db_populate.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published