https://github.com/hackyourfuture/class22-project
https://github.com/hackyourfuture/class22-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackyourfuture/class22-project
- Owner: HackYourFuture
- Created: 2019-11-18T15:58:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:16:21.000Z (over 3 years ago)
- Last Synced: 2025-04-12T04:47:03.772Z (about 1 year ago)
- Language: JavaScript
- Size: 4.12 MB
- Stars: 0
- Watchers: 26
- Forks: 9
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevConnector 2.0
> Social network for developers
This is a MERN stack application from the "MERN Stack Front To Back" course on [Udemy](https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA). It is a small social network app that includes authentication, profiles and forum posts.
## Quick Start
```
# change default.json file in config folder
# this file is located in config/default.json
# add uri of your mongodb connection for example
"mongoURI": "mongodb://localhost/dev-social",
```
```bash
# Install server dependencies
npm install
# Install client dependencies
cd client
npm install
# Run both Express & React from root
npm run dev
# Build for production
cd client
npm run build
```
## App Info
### Author
Brad Traversy
[Traversy Media](http://www.traversymedia.com)
### Version
2.0.0
### License
This project is licensed under the MIT License