Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 857 Bytes

README.md

File metadata and controls

48 lines (39 loc) · 857 Bytes

MSB-Academy

An online learning plaform for Computer Science.
Made with Love using React, Material UI, Express, Mongoose and Firebase.
Material UI and React for UI and frontend logic respectively.
Firebase has been used for image upload and retrival.
Express and Mongoose for other backend usecase.

Contributors

Koustav Sen (senkoustav9)
Vedanta Mohapatra (vedanta28)
Arnav Behera (ARNAV69420)

Run Locally

Clone the project

  git clone git@github.com:vedanta28/msb-academy.git

Go to the api directory

  cd api

Install dependencies

  npm install

Start the server

  npm run dev

Go to the client directory

  cd client

Install dependencies

  npm install

Start the server

  npm run start