MyKolkata is a production-ready application for exploring Kolkata, sponsored by
.
The production frontend lives in frontend/.
cd frontend
put .env.local in frontend/Then open the local application in your browser.
For database setup:
npm run db:push
npm run db:seedFor a production build:
npm run build
npm startnpm install
npm run devRun these commands from frontend/:
| Command | Description |
|---|---|
npm run dev |
Start the development server |
npm run build |
Generate Prisma client and create a production build |
npm start |
Serve the production build |
npm test |
Run domain, catalogue, and map contract tests |
npm run db:push |
Push the Prisma schema to the database |
npm run db:seed |
Seed the catalogue tables |
Proprietary — All Rights Reserved
The source code in this repository is publicly viewable but is not open source.
You may inspect the code for personal/reference purposes, but you may not copy, modify, redistribute, sublicense, publish, or create derivative works from it without explicit written permission from the copyright holder.
See LICENSE for the full terms.
© 2026 Rajarshi Datta. All rights reserved.