Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadxz/ts-rest-express-demo
https://github.com/chadxz/ts-rest-express-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadxz/ts-rest-express-demo
- Owner: chadxz
- Created: 2024-04-27T02:31:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:34:15.000Z (7 months ago)
- Last Synced: 2024-04-29T21:58:49.668Z (7 months ago)
- Language: TypeScript
- Size: 53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-rest-express-demo
https://ts-rest.com/
## setup
* `brew install proto`
* `proto use` in this repo root
* `yarn` to install packages to node_modules
* `yarn backend` to start the vite-node backend with hot reloading enabled
* `yarn frontend` to start the vite frontend with hot reloading enabled## what's to see?
* Example docs built with fern: https://chadxz.docs.buildwithfern.com/api-reference/lookup-a-user-by-its-id
* Example docs built with elements: http://localhost:5173/docs/#/paths/api-users-id/get