Inventory Management Dashboard for eye-glass selling store.
- TypeScript - Static type checking
- Express.js - Route handling and middleware
- MongoDB - Storing and managing data
- Mongoose - Data modeling and query building
- Zod - Validating and parsing incoming and inferring types
- JSON Web Token - Authenticating users
- Rename
.env.example
to.env.local
and add the variables.
# install dependencies
pnpm install
# dev server
pnpm dev
# build for production; only using npm
npm run build
# running in production
pnpm start