/Webscape-Project

This is a capstone project developed by Webscape team (QUT)

Primary LanguageEJS

Webscape-Project

This is a capstone project developed by Webscape team (QUT)

Website

https://staphbook.herokuapp.com/

API docs

https://staphbook.herokuapp.com/api/docs

How to install (please run this before any of the below!!!)

  1. npm i --prefix server
  2. npm i --prefix client
  3. npm i --prefix test

How to Run

Manually

  1. npm start --prefix server
  2. npm start --prefix client

Using Docker

On the root directory run: docker-compose up

How to Run Test

  1. npm i --prefix test
  2. npm test --prefix test