Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 753 Bytes

Open in Codespaces

This is the final project for CS493 🐰&🐯

Setup

After cloning the code, please rename env_template to .env on your local machine. And then set the variable according to your requirements.

Insert pre-set data to database

npm run initdb

Run mongodb server

docker-compose up

Run nodejs server

npm run dev / npm start

Test api with swagger

enter http://localhost:8000/api-docs/#/