Project to get practice with Nest.Js, Typescript, React, and managing authorization of shared data.
- Framework: React
- Routing: React-router
- Component Library: Antd
- State Management: Jotai
- Framework: NestJs
- Type ORM: Drizzle
- Database: PostgresQL
- First start a docker container running a PostgresQL with matching credentials
- Build and push migrations using drizzle-kit for the db
npm run build:db
npm run update:db
- Start the backend and frontend servers
npm run start:fe
npm run start:be
- Account Creation & Management
- Todos persisted in Database
- Share Todos with other users
- Authorization gaurds on todos for privacy and security

