Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 613 Bytes

README.md

File metadata and controls

55 lines (32 loc) · 613 Bytes

Natours

Tours and travels api - Node js in backend

Tech Stack

Server: Node, Express

Environment Variables

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

Run Locally

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