Web-based marketplace for trading items and services, bringing bartering to the digital age
- Responsive frontend built with React
- Backend built with Node, Express, and MongoDB
- Implemented trading functionality, user authentication, messaging, and smart searching/filtering
- git clone
- cd into repository
- run
npm install - run webpack server:
npm run dev - run the databse server:
npm start - view in https://localhost:8000