Server side for the Explore Nest online tourist guide platform, built using Express JS, MongoDB CRUD, and JWT Authentication using Local Storage Headers.
Follow these steps to set up and run the backend server on your local machine.
Clone the repository and navigate to the cloned repo.
npm installCreate a .env file in the root of your project and add the necessary environment variables.
DB_USER=your_mongodb_user
DB_PASS=your_mongodb_pass
ACCESS_TOKEN_SECRET=your_generated_access_token_secretAfter configuring the environment variables, run this command to start the project.
nodemon index.js