https://github.com/eswat2/mock-gts
prototype - simple REST api with GTS data...
https://github.com/eswat2/mock-gts
chance-js mock-server node-js zeit-now
Last synced: 3 months ago
JSON representation
prototype - simple REST api with GTS data...
- Host: GitHub
- URL: https://github.com/eswat2/mock-gts
- Owner: eswat2
- Created: 2020-02-23T18:41:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T18:06:41.000Z (3 months ago)
- Last Synced: 2025-02-22T19:21:32.216Z (3 months ago)
- Topics: chance-js, mock-server, node-js, zeit-now
- Language: JavaScript
- Homepage: https://mock-gts.vercel.app/api
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mock-gts
A prototype REST server which uses the cars from GT Sports (video game). A technology demonstration leveraging the node microservices model provided by ZEIT Now.
## dev
To try this locally, run the following:
1. `yarn`
2. `yarn dev`The `yarn dev` command allows you to test the ZEIT Now app locally.
## api
> localhost:3000 ...- [/api/cars][api-cars]
- [/api/colors][api-colors]
- [/api/exotics][api-exotics]
- [/api/groups][api-groups]
- [/api/makes][api-makes]
- [/api/solution][api-solution]
- [/api/stats][api-stats]
- [/api/vins][api-vins]## who
- Richard Hess
- [eswat2.github.io][eswat2-io][api-cars]: http://localhost:3000/api/cars
[api-colors]: http://localhost:3000/api/colors
[api-exotics]: http://localhost:3000/api/exotics
[api-groups]: http://localhost:3000/api/groups
[api-makes]: http://localhost:3000/api/makes
[api-solution]: http://localhost:3000/api/solution
[api-stats]: http://localhost:3000/api/stats
[api-vins]: http://localhost:3000/api/vins
[eswat2-io]: https://eswat2.github.io