Social network for developers
visit : (http://devconnector.ga/)
This is a small social network app that includes authentication, profiles and forum posts (MERN STACK).
# change default.json file in cofig folder
# this file is located in config/default.json
# add uri of your mongodb connection for example
"mongoURI": "mongodb://localhost/devconector",
# 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
Use case && class diagram && sequence diagram
Explain visually how the site works!
Hammou amine & Ilyes Saidoun
Brad Traversy
3.0.0
This project is licensed under the MIT License