Skip to content

aquatracking/server

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2024
Mar 20, 2024
Oct 12, 2024
Aug 18, 2023
Mar 28, 2024
Aug 10, 2023
Sep 3, 2023
Mar 28, 2024
Feb 19, 2024
May 13, 2024
Jun 2, 2024
Mar 24, 2024
Mar 21, 2024
Mar 20, 2024

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.