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

https://github.com/aldotestino/devblog

Creating a simple blog to learn next.js
https://github.com/aldotestino/devblog

apollo docker graphql nextjs nodejs postgresql prisma react tyepscript vercel

Last synced: 3 months ago
JSON representation

Creating a simple blog to learn next.js

Awesome Lists containing this project

README

          

# devBlog

The Blog for Developers

## Stack

- Next.js
- Prisma
- GraphQl
- Chakra UI
- Postgresql
- Docker

## Run locally

Create a `.env.local` file based on `.env.local.sample`

To run this project using docker

```sh
docker compose up
```

or with older version

```sh
docker-compose up
```

Site will be available at http://devblog.localhost