piyushnanwani / supreme-hackers

MERN Stack Web App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Work under progress

  • This is a full stack project. This project has 2 separate parts: frontend and backend.

  • Frontend (Client): React Web App with pagesv- Login, Signup, Home, Profile, Stats

  • Backend (Server): Node JS REST API that uses MongoDB Atlas, Express

  • Setuping up this project:

  • You will have to setup both frontend and backend applications.

1- Clone this repo 2- First setting up BackEnd. 3- Create an account on MongoDB Atlas (or Install MongoDB on your local machine) 4- Create an .env file in backend directory and add connection String of your online MongoDB Atlas cluster. (Refer to .env.sample) 5- Inside backend/ : a) npm install b) npm start 6- Setting up Frontend: 5- Move into frontend directory : a) npm install b) npm start

About

MERN Stack Web App


Languages

Language:JavaScript 83.5%Language:SCSS 11.1%Language:HTML 5.5%