.
├── database: custom PocketBase db
├── docs/presentation.pdf: Project presentation file
├── docker-compose.yml
├── Dockerfile
├── dummy: dummy data server/generator
├── Makefile
├── schemas: PocketBase schemas
├── start.sh:
└── src: Frontend NextJS app
git clone https://github.com/DMG-TechLabs/smart-city && cd smart-city
make # See what's available
Note
For the application to run correctly at least the nextjs frontend and the pocketbase db must be running.