GithubHelp home page GithubHelp logo

ioss / nhost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nhost/nhost

0.0 0.0 0.0 35.25 MB

Nhost is a serverless backend for web and mobile apps.

Home Page: https://nhost.io

License: MIT License

JavaScript 2.40% CSS 1.81% HTML 1.03% Go 0.65% TypeScript 94.11%

nhost's Introduction



Quickstart   •   Website   •   Docs   •   Blog   •   Twitter   •   Discord


Nhost is a serverless backend for web and mobile apps built with the following things in mind:

  • Open Source
  • Developer Productivity
  • SQL
  • GraphQL

Nhost consists of open source software:




Visit https://docs.nhost.io for the complete documentation.

How to get started

Option 1: One-click deployment with Nhost (recommended)

  1. Create Nhost account (you can use GitHub to sign up)
  2. Create Nhost app
  3. Done!

Option 2: Self-hosting

Since Nhost is 100% open source, you can self-host the whole Nhost stack. Check out the example docker-compose file to self-host Nhost.

Sign in a user and make your first GraphQL query

Install the @nhost/nhost-js package and start build your app:

import { NhostClient } from '@nhost/nhost-js'

const nhost = new NhostClient({
  backendUrl: 'https://awesome-app.nhost.run'
})

await nhost.auth.signIn({ email: '[email protected]', password: 'spaceX' })

await nhost.graphql.request(`{
  users {
    id
    displayName
    email
  }
}`)

Frontend Agnostic

Nhost is frontend agnostic, which means Nhost works with all frontend frameworks.

Resources

Nhost libraries and tools

Community ❤️

First and foremost: Star and watch this repository to stay up-to-date.

Also, follow Nhost on GitHub Discussions, our Blog, and on Twitter. You can chat with the team and other members on Discord and follow our tutorials and other video material at YouTube.

Nhost is Open Source

This repository, and most of our other open source projects, are licensed under the MIT license.

How to contribute

Here are some ways of contributing to making Nhost better:

  • Try out Nhost, and think of ways to make the service better. Let us know here on GitHub.
  • Join our Discord and connect with other members to share and learn from.
  • Send a pull request to any of our open source repositories on Github. Check our contribution guide for more details about how to contribute. We're looking forward to your contribution!

Security

If you discover a security vulnerability within Nhost, please e-mail [email protected]. All security vulnerabilities will be promptly addressed.

nhost's People

Contributors

ahmic avatar akd-io avatar alveshelio avatar chrtze avatar dohomi avatar elitan avatar fuzzyreason avatar ghoshnirmalya avatar github-actions[bot] avatar guicurcio avatar jerryjappinen avatar komninoschatzipapas avatar mustafa-hanif avatar nkhdo avatar nunopato avatar plmercereau avatar quentin-decre avatar rustyb avatar sebagudelo avatar subatuba21 avatar subhendukundu avatar szilarddoro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.