Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 403 Bytes

SAB-DataBase Project

Project

API and database modelling for the Scheduling Tool

API Documentation

You can view documentation on thee API here:

https://app.swaggerhub.com/apis/will0684/sab-api/0.2.0

.env values

NODE_ENV='development' PORT=4001 MONGO_URI='localhost' MONGO_PORT=27017 MONGO_DATABASE='db'

npm i

installs all the dependencies

npm start or dev

Starts the server