Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nck974/diogenes
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Sep 14, 2023
2 parents 856a318 + 709be1d commit fef750d
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

[![codecov](https://codecov.io/github/nck974/diogenes/branch/main/graph/badge.svg?token=XDI3M0M5AE)](https://codecov.io/github/nck974/diogenes)

- [Diogenes](#diogenes)
- [Usage](#usage)
- [Docker](#docker)
- [Development](#development)
- [Backend](#backend)
- [Run tests](#run-tests)
- [Coverage](#coverage)
- [Create backend docker container](#create-backend-docker-container)
- [Frontend](#frontend)
- [Create frontend docker container](#create-frontend-docker-container)
- [Reverse proxy](#reverse-proxy)
<img src="ng-diogenes/src/assets/logo/logo_transparent.png" alt="Logo" width="300">

Diogenes is an inventory web application designed to help you manage and keep track of your possessions at home. It is completely self-hosted, and no data is collected from users. You have the flexibility to easily migrate your data using the API, which is detailed in the Open API documentation provided by the backend server.

This app is intended to assist you in cataloging everything you own, helping you avoid the clutter often associated with Diogenes Syndrome.

The application goal is to provide a faster and more user-friendly alternative to managing your belongings compared to a plain Excel spreadsheet

- [Usage](#usage)
- [Docker](#docker)
- [Development](#development)
- [Backend](#backend)
- [Run tests](#run-tests)
- [Coverage](#coverage)
- [Create backend docker container](#create-backend-docker-container)
- [Frontend](#frontend)
- [Create frontend docker container](#create-frontend-docker-container)
- [Reverse proxy](#reverse-proxy)

## Usage

Expand Down

0 comments on commit fef750d

Please sign in to comment.