This is the main repository for the Planner application, which includes both the backend (planner-api) and the frontend (planner-ui) as submodules.
The Planner application is designed to help users manage their trips, activities, important links and participants. This repository serves as the main entry point, containing submodules for both the backend and frontend components.
planner-api: The backend of the Planner application, developed with Node.js and Fastify, using Prisma for ORM and SQLite as the database.planner-ui: The frontend of the Planner application, developed with React and TypeScript, using Vite for the build tool.
The application must be able to:
- [โ] Register a new trip;
- [โ] View detailed trip data;
- [โ] Update the trip;
- [โ] Confirm the trip;
- [โ] Confirm the participant on the trip;
- [โ] Create links;
- [โ] Create activities;
- [โ] View activities;
- [โ] Create a participant invitation;
- [โ] View the participants;
- [โ] View a specific participant;
For more details, please refer to the individual repositories: planner-api and planner-ui.
This project is under the MIT license. Consult the LICENSE for details.