Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-gordon/exegesis-typescript-example
https://github.com/ryan-gordon/exegesis-typescript-example
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryan-gordon/exegesis-typescript-example
- Owner: Ryan-Gordon
- Created: 2018-06-07T15:40:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T15:56:07.000Z (over 6 years ago)
- Last Synced: 2024-06-13T18:51:26.747Z (5 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Exegesis-Typescript-Example
A sample setup of a Typescript based API which uses Exegesis to work with the OpenAPI spec v3.
I made this because on the exegesis repo there is a sample setup however there is only a javascript version available.
# Usage
Clone the repo and cd into the working directory :```
git clone https://github.com/Ryan-Gordon/exegesis-typescript-example.git```
Then install the dependancies with `npm install`. Yarn is okay too!
Lastly run the API using :
```
npm run dev
```Please submit an issue if you have any problems, head over to the [Exegesis Repo](https://github.com/exegesis-js/exegesis) for other examples.