Skip to content

Simple social network for developers. Create profile, ask questions and get response from other developers.

License

Notifications You must be signed in to change notification settings

amirhosseinrahmati/devopshub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOpsHub

Simple social network for developers build with React, Express and Mongo database. User could sign up and make the profile, share posts or leave comment on other posts.

Quick Start

  • Install dependencies for client and server:
 > npm install
 > npm run client-install
  • Create 'keys_dev.js' in root config folder with these mongoURI and secret key:
    module.exports = {
      mongoURI: 'yourMongoURI',
      secretOrKey: 'yourSecretKey'
    };
  • Run the client and server at the same time with concurrently:
 > npm run dev

About

Simple social network for developers. Create profile, ask questions and get response from other developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published