Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A-6

Inventory Management Dashboard for eye-glass selling store.

Tech stack

  • 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

Getting started

  • 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