https://github.com/daniel-covelli/dev-connect
My fourth MERN stack app 💃
https://github.com/daniel-covelli/dev-connect
Last synced: 3 months ago
JSON representation
My fourth MERN stack app 💃
- Host: GitHub
- URL: https://github.com/daniel-covelli/dev-connect
- Owner: daniel-covelli
- Created: 2020-06-09T20:24:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T12:52:28.000Z (over 2 years ago)
- Last Synced: 2023-03-04T09:07:19.601Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://dev-cnct.herokuapp.com/
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-connect 👩💻
A social network for developers.
This application with build on the MERN stack
- MongoDB
- Express
- React
- Node.js## 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
```## Project Info
### Course
[MERN Stack Front To Back](https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA)
[Repository](https://github.com/bradtraversy/devconnector_2.0/tree/originalcoursecode)