Skip to content

CodeFletcher/Dev-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Connector

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

Application

Installation

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 and React from root

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published