This is a MERN stack application designed for anyone interested in selling their second-hand item.
-
User Sign Up and Sign In
-
Remain logged-in while refresh with JWT token and Local Storage.
-
Users can purchase items and add to the shopping cart.
-
Users can edit/delete their own items.
-
Users can like items
-
Pagination
- React
- Redux-toolkit
- Material-UI
- React-router-dom
- Node.js
- Express.js
- REST API
- MongoDB
- Mongoose
- jsonwebtoken
to start the application please go to the path "...\vacations\client\my-app" in command line and run:
npm i build
npm start
after that please go the the path of the server "...\vacations\server" in the command line and run:
npm i build
nodemon index