shikhar321 / Caffeine-Social-Media-Website-MERN

Caffeine - A Social Media Website developed using MongoDB, Express, ReactJS and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install?

# change default.json file in config folder

# this file is located in config/default.json

# add uri of your mongodb connection for example

 "mongoURI": "mongodb://localhost/dev-social",
 
# 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

Type http://localhost:3000 in the URL of your browser.

License

This project is licensed under the MIT License.

About

Caffeine - A Social Media Website developed using MongoDB, Express, ReactJS and NodeJS

License:MIT License


Languages

Language:JavaScript 88.3%Language:CSS 10.0%Language:HTML 1.7%