ryul99 / noticetracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 49.9%Language:TypeScript 39.0%Language:HTML 8.7%Language:CSS 1.5%Language:JavaScript 0.8%Language:Makefile 0.1%