hahmadia / developer_social_media

A social media for Developers built using MERN stack

Home Page:https://aqueous-brushlands-68817.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is still a project in progress. Has bugs that need to be addressed as well as features that I'm looking to add in the future.

Developer Social Media

A social media platform for developers built using MERN stack

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

You will need to create a keys_dev.js in the server config folder with

module.exports = {
  mongoURI: 'YOUR_OWN_MONGO_URI',
  secretOrKey: 'YOUR_OWN_SECRET'
};

About

A social media for Developers built using MERN stack

https://aqueous-brushlands-68817.herokuapp.com/


Languages

Language:JavaScript 98.4%Language:HTML 1.2%Language:CSS 0.4%