phillimong / KROM-Technical-Assesment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 96.5%Language:JavaScript 3.5%