matheusdearaujo / next-blog

Blog made with Next.js and Prisma ORM to DevHack Community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog made with Next.js and Prisma ORM to DevHack Community 📰

Requirements

  • Node with yarn;
  • docker-compose.

Installation (development environment)

- Copy the .env.example file to the .env

cp .env.example .env

- Fill variables in env file with your values

- Install project dependencies

yarn

- Run the database with Docker

docker-compose up -d --build

- Run migrations

yarn prisma migrate dev

- Start the project

yarn dev

About

Blog made with Next.js and Prisma ORM to DevHack Community.

License:Other


Languages

Language:TypeScript 96.6%Language:CSS 2.0%Language:JavaScript 1.0%Language:Shell 0.4%