Skip to content

Running the server

Aavishkar Mishra edited this page Jun 8, 2021 · 4 revisions

Prerequisites

These are the prerequisites required to run this application.

  • Nodejs
  • npm
  • mongo-uri

Installation

  1. Clone the Manthan repository form github
  git clone https://github.com/Manthan933/Manthan.git
  cd Manthan
  1. Get the mongo-uri from MongoDB-Atlas and create default.json file in config ( refer example.json. )

  2. To run the application in development server

  cd client
  npm install
  cd..
  npm install
  npm run dev
Clone this wiki locally