Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharjeelyunus/peek-mern
MERN Stack application where users can share places (with images and location) with other users.
https://github.com/sharjeelyunus/peek-mern
expressjs hacktoberfest mern-stack mongodb nodejs react
Last synced: about 1 month ago
JSON representation
MERN Stack application where users can share places (with images and location) with other users.
- Host: GitHub
- URL: https://github.com/sharjeelyunus/peek-mern
- Owner: sharjeelyunus
- License: mit
- Created: 2020-10-28T13:53:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T06:47:12.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:08:54.400Z (almost 2 years ago)
- Topics: expressjs, hacktoberfest, mern-stack, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://peek-mern.web.app/
- Size: 522 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PEEK MERN
## DescriptionA social platform built with MERN Stack, where users can share places (with images and location) with other users.
1. Users browsers to the all users profile and places
2. 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## Demo
Backend of this application is deployed on Heroku and Frontend to Firebase Hosting. Please check it out [Live Demo](https://peek-mern.web.app/).
## Install
Some basic Git commands are:
```
$ git clone https://github.com/sharjeelyunus/peek-mern.git
$ cd project
$ npm install
```## Backend Repository
Backend Repository for this project is [here](https://github.com/sharjeelyunus/peek-mern-api).
## Languages & tools
- [Mongoose](https://mongoosejs.com/)
- [Express](https://expressjs.com/)
- [React](https://reactjs.org/)
- [Node](https://nodejs.org/en/)