bst2.mp4
- React - Front-End JavaScript library
- Windi CSS - Next generation utility-first CSS framework
- Feather Icons - Simply beautiful open source icons
- Vite - Frontend Tooling
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express.js - Minimal and flexible Node.js web application framework.
- Mongoose - Elegant mongodb object modeling for node.js
- Stripe - Payments infrastructure for the internet
- celebrate - A joi validation middleware for Express.
- JsonWebToken - An implementation of JSON Web Tokens for Node.js
- Monogodb - Cross-platform document-oriented NoSQL database.
Make sure you have mongodb & nodejs installed on your system before proceeding.
- Clone this repo
git clone https://github.com/nimone/Fashion-Store && cd Fashion-Store
- Install project dependecies
cd ./api && npm install
cd ./client && npm install
- Start development servers (api & client) with the provided script
rundev.sh
bash rundev.sh
Or, start them manually by
npm run dev