Travel India is a website that gives tourism information about INDIA.
- Install nodeJS 14 (Click here to download)
- Install MongoDB here. ([Optional] You can instead use MongoDB Atlas if you want.)
- Clone/download the project
- Open the project
- Install all the dependencies by running
npm install
in terminal. - Add these environment variables to a .env file on your project root directory.
DB_URL=
PORT=
Execute this command
npm start
If you are modifying or making any changes to this project, Use
npm run dev
It will start project using nodemon
server. Each time when you make any changes it will restart the server automatically.
- Fork the repo
- Make Changes
- Pull Request
Note: Make sure to check Issue section for Identified Issues
- Nodejs 14
- Javascript
- MongoDB
- Express
- JWT (JsonWebToken)
- bcrypt
- Mongoose
- BodyParser
- path
- dotenv