Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-for-cats/nlw-pocket
Uma aplicação FullStack desenvolvida em evento pela RocketSeat.
https://github.com/coffee-for-cats/nlw-pocket
drizzle-orm fastify reactjs typescript
Last synced: 11 days ago
JSON representation
Uma aplicação FullStack desenvolvida em evento pela RocketSeat.
- Host: GitHub
- URL: https://github.com/coffee-for-cats/nlw-pocket
- Owner: Coffee-for-Cats
- Created: 2024-09-11T03:26:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:32:46.000Z (2 months ago)
- Last Synced: 2024-10-28T07:22:40.356Z (about 2 months ago)
- Topics: drizzle-orm, fastify, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# in.Orbit
in.Orbit is a goal management app, written in Typescript.
All the code, architecture and desing was made by RockeatSeat, during NLW-pocket.## Technologies
- Typescript
- Drizzle-ORM
- React
- TailwindCSS
- Docker-Compose## See for yourself
-> Run a docker container with Postgres.
```bash
cd ./server
docker compose up -d
```
-> Make a Database Connection string and attach it to a .env file within /server.
-> `npm run dev` in both /server and /web.