reactjs-tours-travels
MERN Stack Tours & Travels Booking Website Created with React JS
File Explorer
Download Latest Version (.zip)- authController.js
- bookingController.js
- reviewController.js
- tourControllers.js
- userController.js
- Booking.js
- Review.js
- Tour.js
- User.js
- auth.js
- bookings.js
- reviews.js
- tours.js
- users.js
- verifyToken.js
- .gitignore
- index.js
- package-lock.json
- package.json
- tour-img01.jpg
- tour-img02.jpg
- tour-img03.jpg
- tour-img04.jpg
- tour-img05.jpg
- tour-img06.jpg
- tour-img07.jpg
- tour-img08.jpg
- tour-img09.jpg
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- tours.js
- tours.json
- ava-1.jpg
- ava-2.jpg
- ava-3.jpg
- avatar.jpg
- customization.png
- experience.png
- gallery-01.jpg
- gallery-02.jpg
- gallery-03.jpg
- gallery-04.jpg
- gallery-05.jpg
- gallery-06.jpg
- gallery-07.jpg
- guide.png
- hero-img01.jpg
- hero-img02.jpg
- hero-video.mp4
- login.png
- logo.png
- male-tourist.png
- pexels-david-bartus-586687.jpg
- register.png
- tour-img01.jpg
- tour-img02.jpg
- tour-img03.jpg
- tour-img04.jpg
- tour-img05.jpg
- tour-img06.jpg
- tour-img07.jpg
- tour.jpg
- user.png
- weather.png
- world.png
- booking.css
- Booking.jsx
- FeaturedTourList.jsx
- footer.css
- Footer.jsx
- header.css
- Header.jsx
- galleryImage.js
- MasonryImagesGallery.jsx
- Layout.jsx
- Testimonials.jsx
- AuthContext.js
- useFetch.js
- Home.jsx
- Login.jsx
- Register.jsx
- SearchResultList.jsx
- ThankYou.jsx
- TourDetails.jsx
- Tours.jsx
- Routers.js
- service-card.css
- ServiceCard.jsx
- ServiceList.jsx
- common-section.css
- CommonSection.jsx
- newsletter.css
- Newsletter.jsx
- search-bar.css
- SearchBar.jsx
- subtitle.jsx
- tour-card.css
- TourCard.jsx
- home.css
- login.css
- thank-you.css
- tour-details.css
- tour.css
- avgRating.js
- config.js
- App.css
- App.js
- index.js
- .gitignore
- package-lock.json
- package.json
- README.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/eraydmrcoglu/reactjs-tours-travels
Downloads the entire project code from GitHub to your computer.
cd reactjs-tours-travels
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd backend
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
