Skip to content

🎨 Accompanying project for "Building a Twitter clone app using Prisma and Next.js" tutorial

Notifications You must be signed in to change notification settings

ghoshnirmalya/twitter-clone-using-nextjs-and-prisma

Repository files navigation

Twitter clone using Next.js and Prisma

Twitter: Nirmalya Ghosh

Full-stack application similar to Twitter built using Next.js and Prisma.

🏁 Requirements

Make sure you have Docker installed on your computer.

🚀 Usage

  1. Run the following command at the root of your project to start the database container:
docker-compose up

This will start the PostgreSQL database container.

  1. Run the following command at the root of your project to install all the necessary dependencies for our Next.js application:
yarn install
  1. Run the following command at the root of your project to start the Next.js application:
yarn dev

This will start the Next.js application. Once it's up and running, you can visit http://localhost:3000/ to view the Next.js application.

🙏 Show your support

Please ⭐️ this repository if this project helped you!

📝 License

This project is MIT licensed.

About

🎨 Accompanying project for "Building a Twitter clone app using Prisma and Next.js" tutorial

Topics

Resources

Stars

Watchers

Forks