install instruction
unzip this file and from the root of this project directory, install dependency by
npm i
to start this project :
npm start
DB is pointed to a dummy free cluster
you can use it or you can add your DB_URL in
.env file
or you can use this .env format
.env file
DB_URL=mongodb+srv://{username}:{password}@cluster0.qszem.mongodb.net/HOMELINK_API? retryWrites=true&w=majority PORT=8000 TOKEN_SECRET=TOP_SECRET
####For test run
npm test