Skip to content

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

License

Notifications You must be signed in to change notification settings

mxtheussouza/next-blog

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages