This is a MERN fullstack ecommerce shop featuring all kinds of products, categories and users for an encompassing experience to a real world application of such an application.
- CD into the project directories (frontend AND backend)
- Run npm install to install all dependencies in both of those directories
- Run npm start to run the frontend application
- Run npm run dev to run the backend api
- JWT Authentication & Authorization
- Mongoose(MongoDB)
- MVC Architecture
- React Router/Redirect(Navigate)
- React Context(Store)