An open API service indexing awesome lists of open source software.

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...

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