https://github.com/kriasoft/create-data-api
Project template for authoring data API backends with PostgreSQL, Redis, Passport.js and GraphQL.
https://github.com/kriasoft/create-data-api
Last synced: 2 months ago
JSON representation
Project template for authoring data API backends with PostgreSQL, Redis, Passport.js and GraphQL.
- Host: GitHub
- URL: https://github.com/kriasoft/create-data-api
- Owner: kriasoft
- License: mit
- Created: 2017-05-16T09:13:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T09:26:54.000Z (over 8 years ago)
- Last Synced: 2024-10-30T00:55:21.226Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# create-data-api
Project template for authoring **data API** backends with PostgreSQL, Redis, Passport.js and GraphQL.
```bash
$ yarn create data-api
```
For more information visit [kriasoft/nodejs-api-starter](https://github.com/kriasoft/nodejs-api-starter)
## System Requirements
* [Node.js][node] `7.8.0` or newer
* [Yarn][yarn] `0.24.5` or newer
* [Docker][docker] `17.03.1` or newer
* [Git][git]
## License
Copyright © 2017-present Kriasoft, LLC. This source code is licensed under the MIT
license found in the [LICENSE.txt](https://github.com/kriasoft/nodejs-api-starter/blob/master/LICENSE.txt)
file.
---
Made with ♥ by Konstantin Tarkus ([@koistya](https://twitter.com/koistya), [blog](https://medium.com/@tarkus)) and [contributors](https://github.com/kriasoft/create-data-api/graphs/contributors)
[node]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[docker]: https://www.docker.com/
[git]: https://git-scm.com/