Learn the basics of nextjs by making a dashboard application.
This project includes a docker-compose.yml for easy local development.
docker-compose up --build- App: http://localhost:3000
- Database: localhost:5432 (user: postgres, password: postgres)
docker-compose down -v && docker-compose up --buildThis will remove all data and start fresh.
