https://github.com/objectified-framework/objectified-services
Objectified REST Services and OpenAPI Definitions
https://github.com/objectified-framework/objectified-services
nestjs-backend objectdb objectified openapi openapi-generator openapi-specification restful-api typescript
Last synced: 5 months ago
JSON representation
Objectified REST Services and OpenAPI Definitions
- Host: GitHub
- URL: https://github.com/objectified-framework/objectified-services
- Owner: objectified-framework
- License: apache-2.0
- Created: 2024-12-10T04:51:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T05:03:57.000Z (about 1 year ago)
- Last Synced: 2024-12-18T23:20:00.220Z (about 1 year ago)
- Topics: nestjs-backend, objectdb, objectified, openapi, openapi-generator, openapi-specification, restful-api, typescript
- Language: TypeScript
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# objectified-services
Objectified REST Services and OpenAPI Definitions
This project uses artifacts published by `objectified-api` to autogenerate
code required to run a service REST layer defined by the
OpenAPI Specification in `api/openapi.yaml`.
## Building the application
To build the application, run the following command:
```shell
sh ./build.sh
```
This will install all the prerequisite libraries, autogenerate the
code from the OpenAPI Specification, and build the application layer.
To run the application, simply run:
```shell
npm run start
```