Skip to content

abhishek-kumar-91/tour_history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Live Link https://tourhistory.netlify.app/

Home Page Screenshot (8) Add tour Screenshot (9) Description of blog Screenshot (12) Login Screenshot (10) Register Screenshot (11)

Getting Started Prerequisites Install Node.js: Node.js Installation Guide Install MongoDB: MongoDB Installation Guide Install Git: Git Installation Guide

Clone the Repository Copy code git clone https://github.com/your-username/your-repo.git cd your-repo

Install server-side dependencies

cd server npm install

Install client-side dependencies

cd ../client npm install

MONGO_URI=

Setting up MongoDB Create a MongoDB database and obtain the connection string. Replace in the server .env file with your actual MongoDB connection string.

Running the Application Start the Server npm run dev

start the client npm run dev

Additional Notes Environment Variables: You may need to set up environment variables for sensitive information like API keys, database connection strings, etc. Add them to the respective .env files (both in the server and client directories) and make sure to add these files to your .gitignore.

Releases

No releases published

Packages

No packages published

Languages