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

https://github.com/r3nanp/headlessql

📁 A simple app to show events and recording memories using GraphCMS and Graphql with Next.js
https://github.com/r3nanp/headlessql

graphcms graphql nextjs react tailwindcss typescript

Last synced: 3 months ago
JSON representation

📁 A simple app to show events and recording memories using GraphCMS and Graphql with Next.js

Awesome Lists containing this project

README

          

# HeadlessQL
📁 A simple app to show events and recording memories. Written in Next.js using GraphQL and GraphCMS.

![r3nanp](https://img.shields.io/badge/r3nanp-headlessql-blue?style=for-the-badge&logo=react)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![prs](https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000)

---

# 🛠 Technologies used

- Next.js
- Typescript
- GraphQL
- GraphCMS
- TailwindCSS

# 🤔 How to run

Clone repository:
```bash
git clone https://github.com/r3nanp/headlessql.git
```

At the root of the project, run:
```bash
yarn
```
or

```sh
npm install
```

Copy the `.env.example` file to `.env.local` and fill the values:
```bash
cp .env.example .env.local
```

Run the following command in order to start the application in a development environment:
```bash
yarn dev
```
or

```bash
npm run dev
```

# License 📚

[MIT license](LICENSE).

Made by [Renan Pereira](https://github.com/r3nanp)

Give a ⭐️!