An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          


plann.er logo

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.