Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 326 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 326 Bytes

Project Setup Guide

Install node v18.17.*

Install mongodb in docker

docker pull mongodb/mongodb-community-server:latest docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest

Install dependencies

npm i

Run the project

npm start

**** Ignore the warnings and errors in console