Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcoder991/mern-social-media-app
NotionOfNetizen is a Social media site for the students of MESCOE, made in MERN stack (Mongodb, Express, React and Node.js) it has features like user login, signup, Creating post, Liking and commenting each others posts.
https://github.com/mrcoder991/mern-social-media-app
expressjs mern mongodb react
Last synced: 1 day ago
JSON representation
NotionOfNetizen is a Social media site for the students of MESCOE, made in MERN stack (Mongodb, Express, React and Node.js) it has features like user login, signup, Creating post, Liking and commenting each others posts.
- Host: GitHub
- URL: https://github.com/mrcoder991/mern-social-media-app
- Owner: mrcoder991
- License: mit
- Created: 2022-05-15T08:43:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T09:31:41.000Z (about 2 years ago)
- Last Synced: 2023-05-03T07:39:31.966Z (over 1 year ago)
- Topics: expressjs, mern, mongodb, react
- Language: JavaScript
- Homepage: https://notionofnetizen.tech
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# React Dashboard-app
NotionOfNetizen is a Social media site for the students of MESCOE, made in MERN stack (Mongodb, Express, React and Node.js) it has features like user login, signup, Creating post, Liking and commenting each others posts.## Running this projects on your environment
### Install the required node packages
For backed server
```bash
npm install
```
Navigate to client directory
```bash
cd client
```
For frontend application
```bash
npm install
```
To view the application, run following in root as well as client directory:
```bash
npm run start
```## License
Copyright (c) 2022 Uday Girhepunje
[MIT](./LICENSE)