Skip to content

Getting Started

RitvijSrivastava edited this page Feb 24, 2021 · 3 revisions

Prerequisites

Build and Run

  • Clone the repository using ssh or https .
  • Navigate to the folder.
  • Make .env files for both frontend and backend using the format specified in the example.env files located in backend/config/ and frontend/ .
  • Run npm install in both frontend and backend .
  • From the root of the project (outside of both frontend and backend), run npm run dev to start the developement server using nodemon. Backend will start on localhost: 5000 (Port can be changed using .env file) and frontend will start on localhost:3000 .

Clone this wiki locally