Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appgeist/example-restful-api-employees

A simple example to demonstrate the usage of @appgeist/restful-api
https://github.com/appgeist/example-restful-api-employees

api api-helper api-server example example-project nodejs rest rest-api rest-api-framework rest-api-helper rest-server validation validation-engine validation-framework validation-library yup

Last synced: 9 days ago
JSON representation

A simple example to demonstrate the usage of @appgeist/restful-api

Awesome Lists containing this project

README

        

# [@appgeist/restful-api](https://github.com/appgeist/restful-api) example

A simple example to demonstrate the usage of [@appgeist/restful-api](https://github.com/appgeist/restful-api).

Uses [Objection.js](https://vincit.github.io/objection.js/) ORM over a simple SQLite database.

## Running

1. `yarn install` or `npm install`
2. `yarn dev` or `npm run dev`

See [@appgeist/restful-api](https://github.com/appgeist/restful-api) README for more info and feel free to inspect the source code.

## License

The [ISC License](LICENSE).