An application to create and validate the coupon codes that support given features.
- nodejs
- npm
- javascript
- mongoDB URL to the database
- NodeJs(expressJs)
- ReactJs
- mongoDB
- mongoose
/client/src/modules/story/storyCollection.jsx
Method Name(s)
- getCountOfEachId() -> This code snippet has been used to get the count of number of times a story has been added to the checkout.
- clone the repository
- enter the root directory and client directory and run
npm installrespectively. - come back to the root directory and run
npm run dev
The project would fire up automatically on port 3000