nimishbhandari / devmeet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devmeet

https://devmeet-n.herokuapp.com/

This is a social media platform where developers can connect and share their thoughts, a MERN stack application that includes authentication, profiles and forum posts.


Setup

Add a default.json file in config folder with the following

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret"
}

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

Screenshort of the Project







About


Languages

Language:JavaScript 89.7%Language:CSS 9.3%Language:HTML 1.0%