Skip to content
/ coel Public

Next.js, TailwindCSS and Prisma project. Featuring a very simple CRUD (with image uploading), i18n, authentication and dark theme.

Notifications You must be signed in to change notification settings

oncet/coel

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Then, setup your database credentials: cp .env .env.local and edit the file.

Lastly, run database migrations:

npm run db:migrate:dev
# or
yarn db:migrate:dev

Open http://localhost:3000 with your browser to see the result.

About

Next.js, TailwindCSS and Prisma project. Featuring a very simple CRUD (with image uploading), i18n, authentication and dark theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published