https://github.com/ftonato/graphql-node-api
https://github.com/ftonato/graphql-node-api
graphql graphql-api jwt nodejs sequelize typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftonato/graphql-node-api
- Owner: ftonato
- License: mit
- Created: 2018-09-12T02:00:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T18:51:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T15:51:46.162Z (over 1 year ago)
- Topics: graphql, graphql-api, jwt, nodejs, sequelize, typescript
- Language: TypeScript
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-node-api
A simple Node.js API with TS, using GraphQL, JWT and Sequelize
## Installing / Start
```shell
npm install
npm run start
```
If you want to test your code, run:
```shell
npm run test # mocha
npm run coverage # nyc
```
## License
Code licensed under an [MIT-style License](LICENSE).