Full-stack application similar to Twitter built using Next.js and Prisma.
Make sure you have Docker installed on your computer.
- 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.
- Run the following command at the root of your project to install all the necessary dependencies for our Next.js application:
yarn install
- 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 https://localhost:3000/ to view the Next.js application.
Please ⭐️ this repository if this project helped you!
This project is MIT licensed.