This project is for my full drizzle course tutorial on my youtube channel @codegenix.This is a multi author blog website. It utilizes Next.js, typescript, drizzle orm and postgres. Follow the instructions below to set up the project and get it running locally.
If you want to follow the tutorial:
- Clone the
frontend
branch of the repository:git clone -b frontend https://github.com/codegenixdev/drizzle-nextjs-tutorial.git
- Navigate to the project directory:
cd drizzle-nextjs-tutorial
If you want to set up the full project:
- Clone the repository:
git clone https://github.com/codegenixdev/drizzle-nextjs-tutorial.git
- Navigate to the project directory:
cd drizzle-nextjs-tutorial
cp .env.sample .env
- Use Docker Compose to set up the PostgreSQL server:
docker-compose up
- Install the necessary Node.js packages:
npm install
- Start the development server:
npm run dev
- Open your browser and go to http://localhost:3000 to see the application running.
For any questions or feedback, check my youtube channel youtube.com/@codegenix.