All for you is a marketplace application for buying and selling services and goods such as electronics, fashion items, furniture, household goods, cars, properties and others. Users can sign up and advertise their goods or contact other sellers in case they want to receive more information about the proposed product or to buy it. They can also add products to Wishlist, archive their old sells or unarchive them if they want to be public again after some time.
Live demo: https://all-for-you.herokuapp.com/
- MERN (MongoDB, Express.js, React, and Node.js) Solution stack;
- Cloudinary as a file storage cloud API;
- Unsplash as image provider;
- React-Bootstrap;
- Responsive Design;
- UX & UI;
- Validation and error handling.
- Install MongoDB
- Navigate to server folder
cd server
- Install all needed packages
npm install
- Run the server
npm start
The server will run on http://localhost:5000/
- Navigate to client (react) folder
cd client
- Install all needed packages
npm install
- And run the application
npm start
The app will run on http://localhost:3000/