This project is a Gift Shop Management System, To has a API built using Mongoose, Express, and TypeScript, Validation with implement authentication system, Filtering , and CRUD Operations etc.
Before you begin, ensure you have the following installed:
- Node.js
- npm or yarn
- MongoDB
- TypeScript
- Cors
- Validation Packages
- Zod
- ExpressJS
- JWT
- Mongoose
- Redux
- React
- TailwindCSS
- AntDesign
Gift-Shop-Management/ ├── src/ │ ├── assest/ │ ├── components/ │ ├── dashboard/ │ ├── layout │ └── redux ├── .env ├── .gitignore ├── package.json ├── tsconfig.json └── README.md
Gift-Shop-Management/ ├── src/ │ ├── app/ │ ├── config/ │ ├── modules/ │ ├── app.ts │ └── server.ts ├── .env ├── .gitignore ├── package.json ├── tsconfig.json └── README.md
Step:1
For development purpose
npm run start:dev
Step:2
For Production
yarn build
or
npm run build