Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.07 KB

readme.md

File metadata and controls

50 lines (31 loc) · 1.07 KB

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.