Skip to content

AplinkosMinisterija/tvarkau-lietuva-api

Repository files navigation

Tvarkau Lietuvą API

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/AplinkosMinisterija/tvarkau-lietuva-api.git
  2. Install the required dependencies:

    cd tvarkau-lietuva-api
    yarn install

Usage

  1. Set up the required environment variables. Copy the .env.example file to .env and provide the necessary values for the variables.

  2. Start the API server:

    yarn dc:up
    yarn start:debug

The API will be available at http://localhost:3000.