A social platform built with MERN Stack, where users can share places (with images and location) with other users.
- Users browsers to the all users profile and places
- Authenticated users can Upload, Edit or delete there place images.
- features:
- Node provides the backend environment for this application
- Express middleware is used to handle requests, routes
- Mongoose schemas to model the application data
- React for displaying UI components
Backend of this application is deployed on Heroku and Frontend to Firebase Hosting. Please check it out Live Demo.
Some basic Git commands are:
$ git clone https://github.com/sharjeelyunus/peek-mern.git
$ cd project
$ npm install
Backend Repository for this project is here.