https://github.com/vyomrastogi/sunny-compass
https://github.com/vyomrastogi/sunny-compass
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vyomrastogi/sunny-compass
- Owner: vyomrastogi
- Created: 2025-01-04T07:29:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T04:18:58.000Z (3 months ago)
- Last Synced: 2025-02-07T05:23:10.884Z (3 months ago)
- Language: Java
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunny Compass
Sunny Compass is a personal project.
It is starting as a modular monolith web application designed to simplify managing daily household activities.## Technology Stack
### Backend
- **Language**: Java
- **Framework**: Spring Boot
- **Database**: NoSQL datastore (TBD)
- **Design Patterns**:
- Command/Query Responsibility Segregation (CQRS) _hopefully_## Getting Started
### Example API Usage
#### Create a Category```http
POST http://localhost:8080/api/v1/categories/ HTTP/1.1
Content-Type: application/json{
"name":"Entertainment",
"type":"SINK",
"tags":[
"flex"
]
}
```## Roadmap
_tba_
---
Happy sailing with Sunny Compass! 🌞