Skip to content

A Web App made with MERN stack, it is basically a combination of LinkedIn and StackOverflow, so that the students of a particular college can interact and get help from fellow batchmates, seniors and alumni

Notifications You must be signed in to change notification settings

Aaron-Paul/ManitCommunity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManitCommunity

Link to Website:https://hidden-mountain-09211.herokuapp.com/

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

After running a build in the client 👆, cd into the root of the project.
And run...

Linux/Unix

NODE_ENV=production node server.js

Windows Cmd Prompt or Powershell

$env:NODE_ENV="production"
node server.js

Check in browser on http://localhost:5000/

About

A Web App made with MERN stack, it is basically a combination of LinkedIn and StackOverflow, so that the students of a particular college can interact and get help from fellow batchmates, seniors and alumni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published