Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 251 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 251 Bytes

Shift Planner API

Getting Started on local

MongoDB

docker run -d \
-p 27017:27017 \
--name mongo \
-e MONGO_INITDB_ROOT_USERNAME=admin \
-e MONGO_INITDB_ROOT_PASSWORD=secret \
mongo

REST API

Apollo Server

Deploy