API for manage farm dataset using node, express, typescript, and solid principles.
You need to have installed Docker before it. You will find instructions here.
docker compose up
For api documentation you can access the following endpoint: http://localhost:3000/api-docs/ after when the server is running.
# Expose a postgres using docker
docker compose up postgres
# Install project dependencies
yarn install
yarn db:start
yarn start:dev
yarn build
yarn start