This project is HomeLike Backend (NodeJs) Assignment
Server: Node, Express
Database: MongoDB
Test: Jest
Documentation: apidoc
Install with npm
npm install
To run this project, you should update the following environment variables to your .env file
DATABASE_URI
DATABASE_NAME
TEST_DATABASE_URI
TEST_DATABASE_NAME
JWT_SECRET
To run tests, run the following command
npm test
To start this project in production mode run this command
npm start
To create documents and run it
apidoc -i apps/ -o apidoc/
cd apidoc
http-server