/obah-api

Primary LanguageTypeScript

Obah Api

Required Dependecies

  • Docker
  • Typescript

Installing the environment

  • Up the Docker server
  • Run command inside the root folder docker-compose up --build
  • Wait for docker is up

Setting the Environment

  • Install all dependencies running yarn install
  • Set the file .env in your root folder with the values inside the .env.example
  • Run the application command yarn dev

Running the application

Run the yarn dev