Meier Lukas f070a0cb0a test: add initial unit tests (#56)
* chore: add initial db migration

* test: add unit tests for packages auth, common, widgets

* fix: deep source issues

* fix: format issues

* wip: add unit tests for api routers

* fix: deep source issues

* test:  add missing unit tests for integration router

* wip: board tests

* test: add unit tests for board router

* fix: remove unnecessary null assertions

* fix: deepsource issues

* fix: formatting

* fix: pnpm lock

* fix: lint and typecheck issues

* chore: address pull request feedback

* fix: non-null assertions

* fix: lockfile broken
2024-02-10 19:00:08 +01:00
2024-02-10 18:22:23 +01:00
2024-02-03 22:06:11 +00:00
2024-02-10 18:07:24 +01:00
2023-12-08 22:35:15 +01:00
2023-12-08 22:35:15 +01:00
2023-12-08 22:35:15 +01:00
2024-02-10 18:07:24 +01:00
2023-12-08 22:35:15 +01:00

Quick Start

To get it running, follow the steps below:

1. Setup dependencies

# Install dependencies
pnpm i

# Configure environment variables
# There is an `.env.example` in the root directory you can use for reference
cp .env.example .env

# Push the Drizzle schema to the database
pnpm db:push

2. Start application

Run pnpm dev at the project root folder to start the application.

Note

The authentication will currently fail with the message TypeError: Failed to construct 'URL': Invalid base URL. This issue will be resolved in the next next-auth beta release. You can track the issue here.

You can find the initial account creation page at http://localhost:3000/init/user. After that you can login at http://localhost:3000/auth/login.

3. When it's time to add a new package

To add a new package, simply run pnpm turbo gen init in the monorepo root. This will prompt you for a package name as well as if you want to install any dependencies to the new package (of course you can also do this yourself later).

The generator sets up the package.json, tsconfig.json and a index.ts, as well as configures all the necessary configurations for tooling around your package such as formatting, linting and typechecking. When the package is created, you're ready to go build out the package.

References

The stack originates from create-t3-app.

A blog post where I wrote how to migrate a T3 app into this.

Description
Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr):
https://homarr.dev/ Readme MIT 80 MiB
Languages
TypeScript 98%
JavaScript 1.3%
SCSS 0.5%
Dockerfile 0.2%