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.
- Host: GitHub
- URL: https://github.com/cm-iv/oceanus-prm
- Owner: CM-IV
- Created: 2022-12-29T23:00:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T15:56:52.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:15:49.681Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Oceanus Personal Relationship Manager!
Made with Server Side Rendering and Preactjs on the client side.

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