8000 GitHub - losk773/dev-social: Social Network for Developers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

losk773/dev-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Social Network for Developers

Demo

Dev-Social Demo

Quick Start

# added default.json file in config folder
  {
    "mongoURI": "",
    "jwtSecret": "",
    "githubClientId": "",
    "githubSecret": ""
  }

# this file is located in config/default.json

# add uri of your mongodb connection for example

 "mongoURI": "mongodb://localhost/dev-social",
 
# 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

About

Social Network for Developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0