GitHunt
AP

AplinkosMinisterija/biip-zvejyba-api

Verslinės žvejybos API

BĮIP Žvejyba API

License
GitHub issues
GitHub stars

This repository contains the source code and documentation for the BĮIP Žvejyba API, developed by the Aplinkos
Ministerija.

Table of Contents

About the Project

The BĮIP Žvejyba API is designed to provide information and functionalities related to activities of commercial fishing
events. It aims to support the management of commercial fishings.

Getting Started

To get started with the BĮIP Žvejyba API, follow the instructions below.

Installation

  1. Clone the repository:

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

    cd biip-zvejyba-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 dev

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

Deployment

Production

To deploy the application to the production environment, create a new GitHub release:

  1. Go to the repository's main page on GitHub.
  2. Click on the "Releases" tab.
  3. Click on the "Create a new release" button.
  4. Provide a version number, such as 1.2.3, and other relevant information.
  5. Click on the "Publish release" button.

Staging

The main branch of the repository is automatically deployed to the staging environment. Any changes pushed to the main
branch will trigger a new deployment.

Development

To deploy any branch to the development environment use the Deploy to Development GitHub action.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a
pull request. For more information, see
the contribution guidelines.

License

This project is licensed under the MIT License.

Languages

TypeScript89.9%JavaScript9.4%Dockerfile0.7%Shell0.0%

Contributors

MIT License
Created October 16, 2023
Updated March 13, 2026
AplinkosMinisterija/biip-zvejyba-api | GitHunt