Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghoshnirmalya/twitter-clone-using-nextjs-and-prisma

🎨 Accompanying project for "Building a Twitter clone app using Prisma and Next.js" tutorial
https://github.com/ghoshnirmalya/twitter-clone-using-nextjs-and-prisma

javascript nextjs prisma reactjs twitter

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Twitter clone using Next.js and Prisma



Twitter: Nirmalya Ghosh

> Full-stack application similar to [Twitter](https://twitter.com/) built using [Next.js](https://nextjs.org/) and [Prisma](https://www.prisma.io/).

## 🏁 Requirements

Make sure you have [Docker](https://www.docker.com/) installed on your computer.

## 🚀 Usage

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

```bash
docker-compose up
```

This will start the [PostgreSQL](https://www.postgresql.org/) database container.

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

```bash
yarn install
```

3. Run the following command at the root of your project to start the Next.js application:

```bash
yarn dev
```

This will start the Next.js application. Once it's up and running, you can visit [http://localhost:3000/](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](https://opensource.org/licenses/MIT) licensed.