Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.