A Social Network web-app with an embedded market Place

Stack; React.JS frontend. MongoDB for the Database NodeJS (Express.JS) for the backend.

Special Features. -An Embedded e-commerce platform to allow users to expand their audience.

Directory Structure

├── api
│   ├── Controllers
│   ├── Model
│   └── routes
├── client
│   ├── piblic
│   └── src
│       ├── Assets
│       ├── Components
│       ├── Pages
│       └── data
├── .gitignore
├── LICENSE
└── README.md