You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application is built using Node.js, Express, MongoDB with Mongoose, and HTML/CSS. It follows the REST architecture and utilizes the MVC platform for organized code structure, enabling efficient data management and scalability.
Features
Utilizes Node.js for server-side logic
Implements Express.js for routing and middleware handling
Uses MongoDB with Mongoose for database management
Follows the REST architecture for API design
Organized code structure using the MVC (Model-View-Controller) pattern
Provides HTML/CSS for the user interface
Installation
Clone the repository: git clone git@github.com:shobhitsugumar/TripNest.git
Install dependencies: npm install
Set up MongoDB: Ensure MongoDB is installed and running on your local machine
Configure environment variables: Create a .env file and set up necessary environment variables (e.g., database connection string)
Start the server: npm start
Usage
Use the provided endpoints to interact with the application's functionality
Access the user interface by navigating to the provided URL in your web browser
Technologies Used
Node.js
Express
MongoDB
Mongoose
HTML
CSS
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.