WonderTrip A comprehensive full-stack application for creating, viewing, editing, and deleting listings. Users can sign up, log in, log out, and manage their listings. The application is built using Node.js, Express.js, MongoDB Atlas, AWS for storage, and Cloudinary for image uploads. It follows the MVC architecture and includes features like CRUD operations, user authentication, and map integration using Mapbox.
Check out the live demo: https://a-nhif.onrender.com (LIVE_DEMO_LINK).
- User authentication with Passport.js
- Create, view, edit, and delete listings
- Upload images to Cloudinary
- Integrated map using Mapbox for listing locations
- Middleware for error handling
- MVC architecture
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Authentication: Passport.js
- Image Storage: Cloudinary
- Map Integration: Mapbox
- Hosting: Render
-
Clone the repository
git clone https://github.com/Nithin9585/A.git cd A
-
Install dependencies
npm install
-
Set up environment variables Create a .env file in the root directory and add the following: PORT=3000 DATABASE_URL=your_mongo_atlas_connection_string CLOUDINARY_CLOUD_NAME=your_cloud_name CLOUDINARY_API_KEY=your_api_key CLOUDINARY_API_SECRET=your_api_secret MAPBOX_TOKEN=your_mapbox_token SESSION_SECRET=your_session_secret
-
Start the application
npm app.js
please note: if you are running locally please replace the mongodb Atlas link with your mongodb link 6. Usage Navigate to http://localhost:3000 in your browser. Sign up or log in to access features. Create, view, edit, and delete listings. Upload images for your listings. View listing locations on the integrated Mapbox map.
- Contributing Fork the repository Create a new branch (git checkout -b feature-branch) Commit your changes (git commit -am 'Add new feature') Push to the branch (git push origin feature-branch) Create a new Pull Request