


This project focuses on building a comprehensive and robust backend-focused application using modern web development techniques and technologies. It includes API development, database integration, authentication, and deployment.
The application is deployed and accessible at:
- 🔗 Voyage – Render (takes ~1min to warm up since it’s a free tier)
- 🔗 Voyage – Vercel (if Render is not available, however User Photo Upload is not available on Vercel since it’s a serverless service)
Field | Value |
---|---|
loulou@example.com |
|
Password | test1234 |
Field | Value |
---|---|
Card Number | 4242 4242 4242 4242 |
Expiration Date | Any future date (e.g., 12/34) |
CVC | Any 3 digits (e.g., 123) |
ZIP Code | Any valid code (e.g., 12345) |
- RESTful API for managing travel-related data.
- Secure authentication and authorization using JWT.
- Robust database design with MongoDB and Mongoose.
- Security enhancements to prevent vulnerabilities.
- Efficient routing and middleware management with Express.js.
- Frontend rendered using Pug for dynamic content.
- Payment processing with Stripe for bookings.
- Email notifications via Mailtrap for development and Brevo for production.
- Interactive map display using Mapbox.
- Deployment to a live production environment.
The following technologies will be used to develop this project:
- Node.js: A JavaScript runtime for building scalable server-side applications.
- Express.js: A web application framework for handling routes, middleware, and APIs efficiently.
- MongoDB: A NoSQL database for flexible and scalable data storage.
- Mongoose: An Object Data Modeling (ODM) library for MongoDB, providing schema validation and query building.
- JWT (JSON Web Tokens): For user authentication and authorization.
- Helmet.js: To secure HTTP headers.
- Express Rate Limit: To prevent brute-force attacks.
- Git: For version control.
- Postman: For API testing.
- Render: For deploying the application.
- Pug (formerly Jade): A template engine for generating HTML views on the server side.
- Build a comprehensive understanding of backend development by creating a server-side application from scratch.
- Enhance skills in Node.js, Express, and MongoDB.
- Implement industry best practices for coding, database design, and security.
- Learn how to manage application state, handle user authentication, and secure APIs.
- Gain experience in deploying backend applications to production environments.
- Showcase a polished project that demonstrates practical expertise and problem-solving skills in backend development.
Postman documentation available here.
Downloadable Collection and Environment Variables files also located in the ./postman
directory.

Leave a Reply