Tours and travels api - Node js in backend
Server: Node, Express
To run this project, you will need to add the following environment variables to your config.env file
NODE_ENV
DATABASE
DATABASE_PASSWORD
JWT_SECRET
JWT_EXPIRES_IN
EMAIL_USERNAME
EMAIL_PASSWORD
EMAIL_HOST
EMAIL_PORT
Clone the project
git clone https://github.com/aashay28/natours.git
Go to the project directory
cd natours
Install dependencies
npm install
Start the server
npm start