Skip to content

SE2-group4/OfficeQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office Queue

Usage

How to

run the project

Once you clone the repository, run the following commands

cd code/backend
npm install
node server.js
node server.js --test //for running tests

to start the back-end server; meanwhile, starting back from the repository in another command line terminal, run the following commands

cd code/frontend
npm install
npm start

to start the front-end application.

How to

run the API tests

Note: the module newman must be installed before use. The server must be running with the option --test

cd ./code/backend/tests
newman run ./test_api -g ./test_globals

Timesheet

shared doc: https://docs.google.com/spreadsheets/d/1BhAylhX6DKVsiF553WJ_e5kOh3fLocSAoIg1Q5QpHeI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages