https://github.com/arturbomtempo-dev/plann.er
Projects developed during NLW Journey, a week-long Rocketseat event focused on creating a complete application through intensive, hands-on lessons.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Keywords
Repository
Projects developed during NLW Journey, a week-long Rocketseat event focused on creating a complete application through intensive, hands-on lessons.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
plann.er
The project is a complete travel itinerary platform with front-end and back-end components. Its primary goal is to simulate a system for scheduling and managing trips, offering features such as activity tracking and participant management. This project was developed during the NLW Journey, a Rocketseat event, as a way to enhance knowledge of web development using Node.js and TypeScript.
📋 Table of Contents
- About
- Table of Contents
- Features
- Application Demonstration
- Setup and Run the Application
- Technologies
- Author
- License
📝 Features
All API routes for the listed features have been fully developed and are functional. However, as this project is for educational purposes, some features were not implemented in the front-end during the course and currently have no timeline for implementation. Below is a detailed list of the features, indicating which ones have been implemented and which ones remain unavailable on the front-end.
- [x] Travel registration
- [x] Travel activity registration
- [x] Creation of travel invitations
- [x] Travel confirmation
- [x] Participant confirmation
- [x] Travel details listing
- [x] Participants listing
- [ ] Travel data update
- [ ] Manage registered guests
- [ ] Registration of important travel links
- [ ] Listing of important travel links
📲 Application Demonstration
Below, you will find example images of the application’s front-end, showcasing its main screens and highlighting its interface and core functionalities. Additionally, you can access the API documentation for detailed information about the available routes. To view the documentation, click here.
- Trip Creation

- Confirm Trip Creation

- Trip Details

- Register Trip Activity

📁 Setup and Run the Application
⚙️ Prerequisites
Before starting, you need to have the following tools installed on your machine: Git and Node.js.
It’s also recommended to use a code editor like Visual Studio Code.
🚀 How to Run the Application
Front-End Setup
```bash
Clone this repository
$ git clone https://github.com/ArturColen/plann.er.git
Navigate to the client folder
$ cd client
Install dependencies
$ npm install
Run the application in development mode
$ npm run dev
The front-end will start on port 5173 - access http://localhost:5173
```
Back-End Setup
```bash
Open a new terminal and navigate to the server folder
$ cd server
Install dependencies
$ npm install
Copy the contents of the .env.example file to a new .env file
$ cp .env.example .env
Create the database file
$ npx prisma db push
Run the server in development mode
$ npm run dev
The server will start on port 3333 - it should log Server is running on port 3333
```
💻 Technologies
The following tools and frameworks were used in the development of this project:
- Node.js: A JavaScript runtime that allows the development of scalable and high-performance server-side applications.
- TypeScript: A strongly typed programming language that builds on JavaScript, adding static types and improving code quality.
- React.js: A popular JavaScript library for building interactive and component-based user interfaces.
- Axios: A promise-based HTTP client for making API requests, with built-in support for interceptors and error handling.
- Tailwind CSS: A utility-first CSS framework for rapidly styling modern user interfaces.
- Fastify: A fast and low-overhead web framework for building APIs and back-end services in Node.js.
- Prisma: An ORM (Object-Relational Mapper) for managing database schema and queries with a focus on developer productivity.
- Nodemailer: A tool for sending emails from Node.js applications, supporting multiple transport methods.
- Day.js: A lightweight library for parsing, validating, manipulating, and formatting dates.
- Zod: A schema validation library for defining and validating the shape of data, commonly used in APIs and forms.
👨🏻💻 Author
|
Artur Bomtempo |
| :--------------------------------------------------------------------------------------------------------------------------------------------------: |
Developed by Artur Bomtempo 👋🏻. Get in touch:
📜 License
Copyright (c) 2025 Artur Bomtempo Colen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Owner
- Name: Artur Bomtempo Colen
- Login: arturbomtempo-dev
- Kind: user
- Location: Belo Horizonte, MG
- Company: @webtech-network
- Website: https://arturbomtempo.dev
- Repositories: 28
- Profile: https://github.com/arturbomtempo-dev
Full Stack Developer passionate about technology since 2006.
GitHub Events
Total
- Watch event: 1
- Push event: 5
Last Year
- Watch event: 1
- Push event: 5
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Artur Bomtempo Colen | a****n@g****m | 47 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 329 dependencies
- @types/react ^18.3.3 development
- @types/react-dom ^18.3.0 development
- @typescript-eslint/eslint-plugin ^7.13.1 development
- @typescript-eslint/parser ^7.13.1 development
- @vitejs/plugin-react ^4.3.1 development
- autoprefixer ^10.4.19 development
- eslint ^8.57.0 development
- eslint-plugin-react-hooks ^4.6.2 development
- eslint-plugin-react-refresh ^0.4.7 development
- postcss ^8.4.39 development
- prettier ^3.3.3 development
- tailwindcss ^3.4.4 development
- typescript ^5.2.2 development
- vite ^5.3.1 development
- axios ^1.7.9
- localforage ^1.10.0
- lucide-react ^0.408.0
- match-sorter ^6.3.4
- react ^18.3.1
- react-day-picker ^9.4.4
- react-dom ^18.3.1
- react-router-dom ^6.24.1
- sort-by ^1.2.0
- tailwind-variants ^0.2.1
- @esbuild/aix-ppc64 0.23.1 development
- @esbuild/android-arm 0.23.1 development
- @esbuild/android-arm64 0.23.1 development
- @esbuild/android-x64 0.23.1 development
- @esbuild/darwin-arm64 0.23.1 development
- @esbuild/darwin-x64 0.23.1 development
- @esbuild/freebsd-arm64 0.23.1 development
- @esbuild/freebsd-x64 0.23.1 development
- @esbuild/linux-arm 0.23.1 development
- @esbuild/linux-arm64 0.23.1 development
- @esbuild/linux-ia32 0.23.1 development
- @esbuild/linux-loong64 0.23.1 development
- @esbuild/linux-mips64el 0.23.1 development
- @esbuild/linux-ppc64 0.23.1 development
- @esbuild/linux-riscv64 0.23.1 development
- @esbuild/linux-s390x 0.23.1 development
- @esbuild/linux-x64 0.23.1 development
- @esbuild/netbsd-x64 0.23.1 development
- @esbuild/openbsd-arm64 0.23.1 development
- @esbuild/openbsd-x64 0.23.1 development
- @esbuild/sunos-x64 0.23.1 development
- @esbuild/win32-arm64 0.23.1 development
- @esbuild/win32-ia32 0.23.1 development
- @esbuild/win32-x64 0.23.1 development
- @prisma/debug 5.22.0 development
- @prisma/engines 5.22.0 development
- @prisma/engines-version 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2 development
- @prisma/fetch-engine 5.22.0 development
- @prisma/get-platform 5.22.0 development
- @types/node 20.17.10 development
- @types/nodemailer 6.4.17 development
- esbuild 0.23.1 development
- fsevents 2.3.3 development
- get-tsconfig 4.8.1 development
- prettier 3.4.2 development
- prisma 5.22.0 development
- resolve-pkg-maps 1.0.0 development
- tsx 4.19.2 development
- typescript 5.7.2 development
- undici-types 6.19.8 development
- @fastify/ajv-compiler 3.6.0
- @fastify/cors 9.0.1
- @fastify/error 3.4.1
- @fastify/fast-json-stringify-compiler 4.3.0
- @fastify/merge-json-schemas 0.1.1
- @prisma/client 5.22.0
- abstract-logging 2.0.1
- ajv 8.17.1
- ajv-formats 2.1.1
- ajv-formats 3.0.1
- atomic-sleep 1.0.0
- avvio 8.4.0
- cookie 0.7.2
- dayjs 1.11.13
- fast-content-type-parse 1.1.0
- fast-decode-uri-component 1.0.1
- fast-deep-equal 3.1.3
- fast-json-stringify 5.16.1
- fast-querystring 1.1.2
- fast-redact 3.5.0
- fast-uri 3.0.3
- fast-uri 2.4.0
- fastify 4.29.0
- fastify-plugin 4.5.1
- fastify-type-provider-zod 2.1.0
- fastq 1.18.0
- find-my-way 8.2.2
- forwarded 0.2.0
- ipaddr.js 1.9.1
- json-schema-ref-resolver 1.0.1
- json-schema-traverse 1.0.0
- light-my-request 5.14.0
- mnemonist 0.39.6
- nodemailer 6.9.16
- obliterator 2.0.4
- on-exit-leak-free 2.1.2
- pino 9.6.0
- pino-abstract-transport 2.0.0
- pino-std-serializers 7.0.0
- process-warning 4.0.0
- process-warning 3.0.0
- proxy-addr 2.0.7
- quick-format-unescaped 4.0.4
- real-require 0.2.0
- require-from-string 2.0.2
- ret 0.4.3
- reusify 1.0.4
- rfdc 1.4.1
- safe-regex2 3.1.0
- safe-stable-stringify 2.5.0
- secure-json-parse 2.7.0
- semver 7.6.3
- set-cookie-parser 2.7.1
- sonic-boom 4.2.0
- split2 4.2.0
- thread-stream 3.1.0
- toad-cache 3.7.0
- zod 3.24.1
- zod-to-json-schema 3.24.1
- @types/node ^20.14.11 development
- @types/nodemailer ^6.4.15 development
- prettier ^3.3.3 development
- prisma ^5.17.0 development
- tsx ^4.16.2 development
- typescript ^5.5.3 development
- @fastify/cors ^9.0.1
- @prisma/client ^5.17.0
- dayjs ^1.11.12
- fastify ^4.28.1
- fastify-type-provider-zod ^2.0.0
- nodemailer ^6.9.14
- zod ^3.23.8