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

https://github.com/elsoul/skeet-graphql-only

🚧Deprecated🚧
https://github.com/elsoul/skeet-graphql-only

Last synced: 4 months ago
JSON representation

🚧Deprecated🚧

Awesome Lists containing this project

README

          

![Skeet Next.js + GraphQL Template](https://storage.googleapis.com/skeet-assets/imgs/frontend/skeet-next-graphql.png)



Follow @ELSOUL_LABO2














## Skeet GraphQL Boilerplate

- [Prisma - ORM](https://www.prisma.io/)
- [Nexus Prisma - GraphQL plugin for Prisma](https://graphql-nexus.github.io/nexus-prisma)
- [Apollo - GraphQL Server](https://www.apollographql.com/)
- [Express - HTTP API](https://expressjs.com/)
- [PostgreSQL - Relational Database](https://www.postgresql.org/)
- [Jest - Testing framework](https://jestjs.io/)
- [TypeScript - Type Check](https://www.typescriptlang.org/)
- [ESLint - Linter](https://eslint.org/)
- [Prettier - Formatter](https://prettier.io/)
- [Firebase - Serverless Platform](https://firebase.google.com/)
- [Google Cloud - Cloud Platform](https://cloud.google.com/)
- [Next.js - SSG Framework](https://nextjs.org/)
- [React - UI Framework](https://reactjs.org/)
- [Relay - GraphQL Client](https://relay.dev/)
- [Recoil - State Management](https://recoiljs.org/)
- [Tailwind - CSS Framework](https://tailwindcss.com/)
- [Next i18next - i18n Translation](https://github.com/isaachinman/next-i18next)

## 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/)
- [Watchman](https://facebook.github.io/watchman/docs/install)

## Usage

## yarn install

```bash
$ npm i -g @skeet-framework/cli
```

### Run local

After packages installed:

```bash
$ skeet yarn install
$ skeet docker psql
$ skeet db generate
$ skeet db deploy
$ skeet s
```

Now you can access;

`http://localhost:3000/graphql`

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-graphql 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-graphql/blob/master/CODE_OF_CONDUCT.md).