1.Nextjs -> for frontend
2.bun -> for run time
3.upstach/redis -> for database
4.upstach/realtime -> for realtime communication
5.elysia -> for backend
6.zod -> for data validation
7.Tanstack_Query -> for query and mutation of endpoints
8.Tailwind-css -> for styling
- Docker
- Docker Compose
- Clone the repository
git clone https://github.com/anuzx/sanctum.git
cd scantum- Build and start the app
docker compose up --build3.Open the app in your browser : http://localhost:3000
docker compose up --watch
docker compose down
### Environment Variables
Make sure required environment variables i.e. Upstash credentials are configured before running in production.