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

https://github.com/donaldp/imba-apollo-graphql

Apollo & GraphQL setup for Imba
https://github.com/donaldp/imba-apollo-graphql

apollo graphql imba

Last synced: 4 months ago
JSON representation

Apollo & GraphQL setup for Imba

Awesome Lists containing this project

README

          



Getting Started
-------

First, you need to clone the repo:

```
git clone https://github.com/donaldp/imba-apollo-graphql.git
```

Then you need to install the dependencies:

```
npm install
```

Then finally, you can run the application:

```
npm run start
```

License
-------

The MIT License (MIT). Please see [License File](LICENSE) for more information.