in.Orbit is a goal management app, written in Typescript. All the code, architecture and desing was made by RockeatSeat, during NLW-pocket.
- Typescript
- Drizzle-ORM
- React
- TailwindCSS
- Docker-Compose
-> Run a docker container with Postgres.
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.