KROM-Technical-Assesment

How to create Mongo_DB database and Run the API

  1. Install Docker and Docker Compose on your local environment and run:

    docker compose build || docker compose up -d (This will create a local installation of Mongo DB on port 27017) https://docs.docker.com/compose/install/

  2. Change directory to api and run

    npm install --save || npm run start:dev

Contact me through philiplimongetich@Gmail.com incase of any queries