Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghoshnirmalya/twitter-clone-using-nextjs-and-prisma
- Owner: ghoshnirmalya
- Created: 2020-12-19T13:14:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T07:32:45.000Z (over 3 years ago)
- Last Synced: 2024-11-30T04:44:24.730Z (24 days ago)
- Topics: javascript, nextjs, prisma, reactjs, twitter
- Language: TypeScript
- Homepage: https://twitter-clone-using-nextjs-and-prisma.vercel.app/
- Size: 734 KB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Awesome-NextJs - twitter-clone-using-nextjs-and-prisma - [demo](https://twitter-clone-using-nextjs-and-prisma.vercel.app/) (Nextjs Projects)
README
Twitter clone using Next.js and Prisma
> 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.