Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appgeist/example-restful-api-employees
- Owner: appgeist
- License: isc
- Created: 2019-07-18T10:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:50:54.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:32:53.660Z (7 months ago)
- Topics: 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
- Language: JavaScript
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).