https://github.com/objectified-framework/objectified
Objectified Monorepo
https://github.com/objectified-framework/objectified
Last synced: 3 months ago
JSON representation
Objectified Monorepo
- Host: GitHub
- URL: https://github.com/objectified-framework/objectified
- Owner: objectified-framework
- License: apache-2.0
- Created: 2024-04-05T21:05:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:57:14.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:47:14.949Z (over 1 year ago)
- Language: TypeScript
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# objectified
The Objectified Monorepo
## Building Objectified
For clean installations, run the following from the top-level directory in the monorepo:
```shell
sh ./run.sh
```
## Subprojects
This is a list of the subprojects included in this repository:
### objectified-api
[This is the data project that accompanies Objectified.](objectified-api/README.md)
### objectified-db
[This project contains the database for Objectified.](objectified-db/README.md)
### objectified-services
[This project contains the services layer for the Objectified UI](objectified-services/README.md)
### objectified-ui
[This project is the UI](objectified-ui/README.md)