https://github.com/reactplay/backend-api
This project enables the backend configurations for databases, GraphQL queries, serverless APIs using the NHost CLI tool.
https://github.com/reactplay/backend-api
api graphql nhost nhost-react serverless-functions
Last synced: about 1 month ago
JSON representation
This project enables the backend configurations for databases, GraphQL queries, serverless APIs using the NHost CLI tool.
- Host: GitHub
- URL: https://github.com/reactplay/backend-api
- Owner: reactplay
- License: mit
- Created: 2022-06-07T06:52:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T07:54:32.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T12:49:27.377Z (about 2 months ago)
- Topics: api, graphql, nhost, nhost-react, serverless-functions
- Language: HTML
- Homepage: https://reactplay.io
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# backend-api
`ReactPlay` uses [NHost](https://nhost.io/) as the back-end service for,
- Database (PostgreSQL)
- Hasura based GraphQL platform
- Serverless APIs
- E-mail services.This project enables ReactPlay's backend configurations for databases, GraphQL queries, serverless APIs using the NHost CLI tool. You can adjust schema, create/update tables, queries locally and finally can push it to the NHost cloud.
## How to get started?
- Clone this repository.
- Make sure you have `Git` and `Docker` installed.
- Install nhost-cli using the following command```bash
sudo curl -L https://raw.githubusercontent.com/nhost/cli/main/get.sh | bash
```
- Change dirctory to `backend-api` and execute the following command,```bash
nhost dev
```
- Now you will have the Hasura Client running locally on http://localhost:1337