00 Table of Contents - Pioneer18/Rent-A-Car GitHub Wiki
Rent-A-Car Wiki Table of Contents
- Quick start Tutorial: Follow this guide to get a quick walk-through using the application with Postman
- Application Architecture: Description of the application's design philosophy
- APIs Used in the Application: HERE Developer Geocoder & AWS-SDK
- Application Route Map: A reference to each endpoint in the application
- Security & Authentication: Description of application security and user authentication
- Validation: Description of validation techniques in the application
- Database & Caching: Description of application storage
- Testing: Description of the application unit and e2e testing
- Frontend: NextJS Application: Description of the application frontend
- Deployment: Description of the application Docker and GCP Deployment
- Dependencies: Application dependencies
- Summary of Skills Demonstrated: Description of the skills this application is intended to demonstrate
- Appendix: Auth Module: Detailed documentation on each Auth request-handler and its dependencies
- Appendix: User Module: Detailed documentation on each User request-handler and its dependencies
- Appendix: Rental Module: Detailed documentation on each Rental request-handler and its dependencies
- Appendix: Images Module: Detailed documentation on each Images request-handler and its dependencies