- Vite
- React
- Typescript
- TailwindCSS
- Django (Rest Framework)
- Postgres
The project is structured as follows:
.
├── apps
│ ├── api # Backend app
│ └── web # Web app
Run this commands at the root of the project
pnpm install
Copy the .env.example
file from respective apps to .env
pnpm dev