An open API service indexing awesome lists of open source software.

https://github.com/cm-iv/oceanus-prm

A self-hosted personal relationship manager made with Astrojs and SSR. Includes authentication with Lucia Auth.
https://github.com/cm-iv/oceanus-prm

Last synced: 3 months ago
JSON representation

A self-hosted personal relationship manager made with Astrojs and SSR. Includes authentication with Lucia Auth.

Awesome Lists containing this project

README

        

# Welcome to Oceanus Personal Relationship Manager!

Made with Server Side Rendering and Preactjs on the client side.

![image](https://user-images.githubusercontent.com/44551614/213294951-4d137439-de82-4c06-9874-eefeaead4d03.png)

## 🚀 Project Structure

```
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```