Skip to content

aquatracking/server

Repository files navigation

Aquatracking - Server

Conventional Commits Quality Gate Status

Installation for development

Requirements

Setup

Setup the environment variables:

cp .env.example .env
vim .env # or use your favorite editor to fill in the values

Install dependencies:

bun install

Start dev docker environment (database and maildev):

docker-compose up -d

Run the server:

bun dev

Access the server at http://localhost:3000.

GIT

Commit message convention

This project uses Conventional Commits for commit messages.

License

This project is licensed under the MIT License - see the LICENSE file for details.