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

SNU M1522.000100 Principles and Practices of Software Development (Fall 2018), Team 8: Notice Tracker

Notifications You must be signed in to change notification settings

minty99/snu-swpp18-team8-noticetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

SNU M1522.000100 Principles and Practices of Software Development (Fall 2018), Team 8: Notice Tracker

Resources

Stars

Watchers

Forks

Packages

No packages published