This repo contains the backend api and services for created micro stories. Have fun.
DATABASE_URL= database connection string
GOOGLE_CLIENT_ID = google client id
GOOGLE_CLIENT_SECRET = google client secret
REDIRECT_URL = http://localhost:5000/auth/redirect
JSON_WEBTOKEN_SECRET = json web token secret
- Backend - Nest.js
- frontend - Next.js
- Database - mysql
- ORM - prisma
- Styling - TailwindCSS
npm run start:dev
to start the server in development mode.npm run start:prod
to start server in production mode.npm run build
to build the project.