Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 586 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 586 Bytes

Notice Tracker

team 8

Build Status Coverage Status

How to run

Frontend

To run

cd frontend
npm install
npm start

To test

cd frontend
npm test

Backend

To run

// Firstly activate your virtualenv for python and install django.
cd backend
python manage.py runserver

To test

cd backend
make test