This repository contains the source code and documentation for the BĮIP Žuvinimas API, developed by the Aplinkos Ministerija.
The BĮIP Žuvinimas API is designed to provide information and functionalities related to fish stocking activities. It aims to support the management and conservation of fish populations, as well as the sustainability of fishing practices.
Key features of the API include:
- Retrieving fish stocking data, such as planned fish stockings and historical information.
- Managing fish stocking data.
To get started with the BĮIP Žuvinimas API, follow the instructions below.
-
Clone the repository:
git clone https://github.com/AplinkosMinisterija/biip-zuvinimas-api.git
-
Install the required dependencies:
cd biip-zuvinimas-api yarn install
-
Set up the required environment variables. Copy the
.env.example
file to.env
and provide the necessary values for the variables. -
Start the API server:
yarn dc:up yarn dev
The API will be available at http://localhost:3000
.
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.
This project is licensed under the MIT License.