Skip to content

Commit 2df38dc

Browse files
committed
docs: update author and version
1 parent 5825826 commit 2df38dc

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API_URL_GRPC=http://localhost
44
API_URL_GRPC_PORT=9090
55
API_URL_REST=http://localhost
66
API_URL_REST_PORT=8000
7-
API_VERSION=v1.5.0
7+
API_VERSION=v0.2.0
88

99
DB_HOST=localhost
1010
DB_PORT=3306

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Karl Anthony B. Baluyot
3+
Copyright (c) 2025 Nuxify Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
# Gomora
1+
# The Celeste Project
22

3-
A progressive framework-agnostic API template following CLEAN architecture and SOLID principles. DDD inspired :)
4-
5-
## Introduction
6-
7-
Gomora provides the example for a module-based gRPC and REST server suitable for building progressive APIs (from monolith to distributed microservices).
8-
9-
<img width="1416" alt="Screen Shot 2024-10-07 at 9 43 31 AM" src="https://github.com/user-attachments/assets/736b9813-f086-4fd4-aeb3-98e08df51e7e">
10-
11-
<img width="1416" alt="Screen Shot 2024-10-07 at 9 41 10 AM" src="https://github.com/user-attachments/assets/0225919b-53d1-4900-9b9e-8d5d5f616d73">
12-
13-
<img width="1416" alt="Screen Shot 2024-10-07 at 9 44 17 AM" src="https://github.com/user-attachments/assets/a5871a22-be66-4236-8635-6166624249c1">
14-
15-
<img width="1416" alt="Screen Shot 2024-10-07 at 9 46 05 AM" src="https://github.com/user-attachments/assets/578de61d-73cb-47b9-8806-ed58a7b281a1">
3+
Gomora service for Account Abstraction (AA) implementation using MPC SSS.
164

175
## Local Development
186

docs/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Nuxify Inc.",
99
"email": "[email protected]"
1010
},
11-
"version": "1.0.0"
11+
"version": "0.2.0"
1212
},
1313
"servers": [
1414
{

0 commit comments

Comments
 (0)