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

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

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