Home / Companies / Nhost / Blog / December 2022

December 2022 Summaries

3 posts from Nhost

Filter
Month: Year:
Post Summaries Back to Blog
Setting up Hasura with Docker Compose enables developers to quickly deploy powerful GraphQL APIs by defining and running multi-container Docker applications. Hasura is an open-source tool that automatically generates a GraphQL schema based on your database's schema, while Docker Compose allows you to define and manage the services that constitute your application. To get started, developers need to ensure that Docker and Docker Compose are installed, then create a Docker Compose file named `docker-compose.yml`, defining services such as Postgres and Hasura. The configuration includes setting environment variables and exposing the Hasura service on port 8080 for browser access. Once the Docker Compose file is ready, executing the `docker-compose up` command will start the services, allowing access to the Hasura GraphQL Engine and its console at `http://localhost:8080`, where users can explore the GraphQL schema, run queries and mutations, and view database data.
Dec 09, 2022 561 words in the original blog post.
Building a simple notes app using Next.js and Nhost offers an effective way to learn about web development and explore new technologies. Nhost, an open-source alternative to Firebase, provides a modern backend platform with features like a Postgres database, GraphQL API, authentication, storage, and serverless functions. The blog guides readers through creating a Nhost project, setting up a database with a notes table, and establishing authentication for users. It explains how to manage permissions for data access and demonstrates the process of developing a basic frontend using Next.js. The focus is on understanding how authentication and permissions interact with user data, culminating in a functional notes app that can be run locally, with a call to action for users to support the project on GitHub.
Dec 07, 2022 777 words in the original blog post.
November was a highly productive month for Nhost, marked by several significant updates and community engagements. The Nhost Dashboard has been open-sourced and is now available on GitHub, encouraging community contributions and providing a consistent user experience with the Nhost CLI. This month also saw the launch of Nhost 2.0 on Product Hunt, introducing new features like raw body support for serverless functions and a Google Translation GraphQL API integration. Two new sign-in methods, Twitter and WorkOS, were introduced, enhancing enterprise readiness with support for multiple identity providers. Additionally, the company has started experimenting with Nhost React Components to streamline development processes. Collaborative efforts included building a Next.js Starter Template with Netlify, and hosting workshops and hackathons to engage and upskill developers, particularly students in India. Efforts to enhance security were also notable, as Nhost worked with Hasura to address a critical security vulnerability. Community engagement was further encouraged through GitHub discussions, workshops, and the distribution of swag packs to active contributors.
Dec 02, 2022 1,311 words in the original blog post.