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

https://github.com/irere123/api-gen-cli

Generate both a Rest API or GraphQL API in seconds. And there are also Authentication....
https://github.com/irere123/api-gen-cli

api cli graphql-api rest-api

Last synced: about 1 month ago
JSON representation

Generate both a Rest API or GraphQL API in seconds. And there are also Authentication....

Awesome Lists containing this project

README

          


API Generator CLI Tool


With this tool you can generate GraphQL API with authentication, GraphQL API with no authentication and also Rest APIs all in seconds

## How to use

> Using `npx`

```bash
npx create-custom-api
```

This is will set up a folder that contains your api, The API uses TypeORM as an Object Relational Mapper and Postgres as a database

> Using `npm` to globally install it

```bash
npm i -g create-custom-api
```

#### Then run this command to generate an `api`

```bash
create-custom-api
```

## How to contribute

You can contribute to this project by folking the project then write a template that you thing is neccessary to have in this project and then make a pull request