Skip to content

Group22-SEP-18/TECLIX-backend

Repository files navigation

TECLIX-backend

Deployed url

https://teclix.herokuapp.com/

Guide

clone the repository using the HTTPS link

Environment setup

$ python -m virtualenv teclixenv
$ source teclixenv/Scripts/activate

After the environment is created and activated, install the necessary dependencies using the requirements.txt file.

$ pip install -r requirements.txt 

To run the project.

$ python manage.py runserver 

To reset the database.

$ python manage.py reset_db 

Testing

To run tests

$ coverage run manage.py test 

To genarate test report

$ coverage report 

To genarate test report in HTML format

$ coverage html 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •