Skip to content

Rezwan66/explore-nest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore Nest Backend Server

Server side for the Explore Nest online tourist guide platform, built using Express JS, MongoDB CRUD, and JWT Authentication using Local Storage Headers.

Technologies used

Tech

Getting Started

Follow these steps to set up and run the backend server on your local machine.

Clone the repository and navigate to the cloned repo.

Install Dependencies

npm install

Configure Environment Variables

Create 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_secret

Run the Server

After configuring the environment variables, run this command to start the project.

nodemon index.js

Vercel Live Server

About

Server for the Explore Nest online tourist guide platform, built using Express JS, MongoDB CRUD, and JWT Auth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors