Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)