https://github.com/mateusfs99/planner
Easily manage your trips! Use the Planner App!
https://github.com/mateusfs99/planner
node-js react-js
Last synced: 5 months ago
JSON representation
Easily manage your trips! Use the Planner App!
- Host: GitHub
- URL: https://github.com/mateusfs99/planner
- Owner: MateusFS99
- License: mit
- Created: 2024-07-18T02:40:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T02:52:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T14:42:04.987Z (over 1 year ago)
- Topics: node-js, react-js
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the main repository for the Planner application, which includes both the backend (`planner-api`) and the frontend (`planner-ui`) as submodules.
## About 🎯
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.
## Structure 📂
- `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.
## Features 📝
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;
## Technologies and Installation 🛠 💻
For more details, please refer to the individual repositories: [planner-api](https://github.com/MateusFS99/planner-api) and [planner-ui](https://github.com/MateusFS99/planner-ui).
## License ®️
This project is under the MIT license. Consult the [LICENSE](LICENSE) for details.