Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/mern-social
A simple social media application with users, posts, likes and comments - developed using React, Node, Express and MongoDB.
https://github.com/belchenkov/mern-social
babel express formidable helmet jsonwebtoken lodash material-ui mern mongodb mongoose nodejs react webpack4
Last synced: 5 days ago
JSON representation
A simple social media application with users, posts, likes and comments - developed using React, Node, Express and MongoDB.
- Host: GitHub
- URL: https://github.com/belchenkov/mern-social
- Owner: Belchenkov
- Created: 2020-05-01T11:46:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:44:29.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:14:57.601Z (4 months ago)
- Topics: babel, express, formidable, helmet, jsonwebtoken, lodash, material-ui, mern, mongodb, mongoose, nodejs, react, webpack4
- Language: JavaScript
- Homepage: http://193.187.174.213:3002
- Size: 2.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MERN Social
> A simple social media application with users, posts, likes and comments - developed using React, Node, Express and MongoDB.
### [Live Demo](http://193.187.174.213:3002)
#### What you need to run this code
1. Node (13.12.0)
2. NPM (6.14.4) or Yarn (1.22.4)
3. MongoDB (4.2.0)#### How to run this code
1. Make sure MongoDB is running on your system
2. Clone this repository
3. Open command line in the cloned folder,
- To install dependencies, run ``` npm install ``` or ``` yarn ```
- To run the application for development, run ``` npm run development ``` or ``` yarn development ```
4. Open [localhost:3000](http://localhost:3000/) in the browser
----