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

https://github.com/objectified-framework/objectified

Objectified Monorepo
https://github.com/objectified-framework/objectified

Last synced: 3 months ago
JSON representation

Objectified Monorepo

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)