Client Repo Link: Happy-Tour-Client
- Happy-Tour-Server is the backend component of the Happy Tour application.
- Facilitates seamless travel planning and management.
- This server handles various backend operations such as user authentication, booking management, and data storage.
- Ensures a smooth and hassle-free travel experience for users
- Secure user registration and login
- Role-based access control for different user types (admins, travelers, etc.)
- Profile management for updating user information
- Storage and retrieval of travel-related data (destinations, itineraries, etc.)
- RESTful API endpoints for easy integration with the frontend
- Efficient data handling with optimized database queries
node
cors
dotenv
express
mongodb
- Clone the repository:
git clone https://github.com/younusFoysal/Happy-Tour-Server.git
- Navigate to the project directory:
cd Happy-Tour-Server
- Install dependencies:
npm install
- Set up environment variables as per
.env
. - Start the server:
nodemon index.js