https://github.com/prior99/hyrest-todo-example
An example project for Hyrest.
https://github.com/prior99/hyrest-todo-example
example full-stack hyrest todo
Last synced: about 1 month ago
JSON representation
An example project for Hyrest.
- Host: GitHub
- URL: https://github.com/prior99/hyrest-todo-example
- Owner: Prior99
- License: mit
- Created: 2018-08-29T15:40:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T16:44:10.000Z (over 7 years ago)
- Last Synced: 2025-01-22T02:44:19.028Z (about 1 year ago)
- Topics: example, full-stack, hyrest, todo
- Language: TypeScript
- Homepage: https://prior99.gitlab.io/hyrest/
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyrest example
This is an example project for [hyrest](https://www.npmjs.com/hyrest), [hyrest-express](https://www.npmjs.com/hyrest-express) and [hyrest-mobx](https://www.npmjs.com/hyrest-mobx).
It represents a simple [Todo application](http://todomvc.com/) with a backend storing everything into a Postgres database.
Learn more about Hyrest on the [official website](https://prior99.gitlab.io/hyrest/), or follow the [tutorial](https://prior99.gitlab.io/hyrest/docs/tutorial-about/) guiding you through implementing this.