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

https://github.com/elsoul/skeet-api


https://github.com/elsoul/skeet-api

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## Skeet API Boilerplate

Nexus Prisma, GraphQL, Relay Connection, ApolloServer with Express, TypeScript, PostgreSQL, Jest Test, Google Cloud Run

## What's Skeet?

TypeScript Serverless Framework 'Skeet'.

The Skeet project was launched with the goal of reducing software development, operation, and maintenance costs.

Build Serverless Apps faster.
Powered by TypeScript GraphQL, Prisma, Jest, Prettier, and Google Cloud.

## Dependency

- [TypeScript](https://www.typescriptlang.org/)
- [Node](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
- [Google SDK](https://cloud.google.com/sdk/docs)
- [Docker](https://www.docker.com/)

## Usage

## yarn install

```bash
$ yarn
```

### Run local

```bash
$ yarn dev
```

Now you can access;

`http://localhost:4200/graphql`

### Test

```bash
$ yarn test
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-api This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

## Code of Conduct

Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-api/blob/master/CODE_OF_CONDUCT.md).