Your Tripping.com is a clone of TripVillas which is a web-based platform that allows users to discover and book vacation rental properties for their getaways globally.
- Contributors
- Features
- Tech Stack
- Screenshots
- Getting Started
This is an Individual project built within a span of 8 days.
- User Register, Login, logout
- Booking a Place for Rental
- Property Listings
- Property Search
- Property Details
- Booking Management
- Updating User Details
- Updating User Password
Clone the project
git clone [email protected]:Abhi0049k/ready-lock-9044.git
Go to the project directory
cd ready-lock-9044
Then go to backend folder
cd backend
Install dependencies
npm install
Start the server
npm run start
Now, open a new terminal window or tab to continue with the frontend part.
Navigate to the 'frontend' folder:
cd ../frontend
In the 'frontend' folder, locate the files containing links that need to be updated.
Replace the existing links with localhost links, taking care to update the appropriate URLs.
Once you've updated the links, save the files.
Now you're ready to test the application locally with the updated links.
** Please note that when you switch back to the 'frontend' folder to update the links, you need to ensure that you're using the correct URLs for the local development server.**