Running the project on local system is strongly recommended, even if you are not working on the backend. This is becuase to test the middlewares, client applications, or any other component, an instance of Bond Maintainer server is required. Make sure that you have a mongodb instance running. This step might be different depending on your installation type. If you do not have mongodb database installed, refer this link
- Clone the repository to your system using
git clone https://github.com/bondmaintainer/bondmaintainer-backend - Now open the cloned repository using
cd bondmaintainer-backend - The project depends on numerous npm packages. Install them using
yarn installornpm install - Run
yarn startornpm startto launch a development server. - Open localhost:5000 and ensure that the server is running.
