mian-ali / devconnections

DevConnections A social network for developers built with the MERN Stack

Home Page:https://jealous-pea-coat-boa.cyclic.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Connections

A small social network for developers built with the MERN stack. Includes authentication using JWT web tokens. The app uses Redux for client-side state management.

You can check out the live project by Clicking here

TODO

  • Better Logging
  • Fetch Popular Github Repos

Technologies Used

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

NODE_ENV=production node server.js

Created By

Ali Ahmad
GitHub Username(mian-ali)

About

DevConnections A social network for developers built with the MERN Stack

https://jealous-pea-coat-boa.cyclic.app/

License:MIT License


Languages

Language:JavaScript 87.4%Language:CSS 9.6%Language:HTML 3.0%Language:Procfile 0.0%