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
- Host: GitHub
- URL: https://github.com/aldotestino/devblog
- Owner: aldotestino
- License: mit
- Created: 2021-04-01T22:25:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T13:22:27.000Z (over 4 years ago)
- Last Synced: 2025-01-18T11:14:44.175Z (over 1 year ago)
- Topics: apollo, docker, graphql, nextjs, nodejs, postgresql, prisma, react, tyepscript, vercel
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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