Skip to content

A social platform for developers, students and instructors to network and make professional connections.

Notifications You must be signed in to change notification settings

jstonedev/devconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevConnect 1.0

Social network for developers

This is a MERN stack application. It is a small social network app that includes authentication, profiles and forum posts.

Quick Start 🚀

Add a default.json file in config folder with the following

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

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

Test production before deploy

After running a build in the client 👆, cd into the root of the project.
And run...

NODE_ENV=production node server.js

Check in browser on http://localhost:5000/


App Info

Author

Jason Stone Website

Version

1.0.0

License

This project is licensed under the MIT License

About

A social platform for developers, students and instructors to network and make professional connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published