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

https://github.com/sh-lucas/nlw-pocket

A fullstack application in TS and React, developed by RocketSeat
https://github.com/sh-lucas/nlw-pocket

drizzle-orm fastify reactjs typescript

Last synced: about 2 months ago
JSON representation

A fullstack application in TS and React, developed by 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.