Skip to content

mandeepsingh10/chwitter

Repository files navigation

The original Full stack application is developed by https://github.com/AntonioErdeljac/twitter-clone. All the credit for the application development goes to him and I do not intend to take any credit for it.

What I have done is Dockerized this app, which was a complicated task because it uses prisma with MongoDB, we need MongoDB replica sets to establish the connectivity between prisma and MongoDB.

For the original app Antonio uses MongoDB Atlas and Vercel to deploy the app, but I wanted to dockerize it so that we can run it on our local machine and to experience what itactually takes to create a containerized app. It took some effort but it's done.

Please feel free to check out the Dockerized version.

Build and Deploy: TWITTER clone - Chwitter with React, Tailwind, Next, Prisma, Mongo, NextAuth & Docker

Fullstack Twitter Clone (2)

This is a repository for a FullStack Twitter clone tutorial using React, NextJS, TailwindCSS & Prisma, MondoDB and Docker.


### Start the app

```shell
git clone https://github.com/mandeepsingh10/chwitter.git
cd chwitter
docker-compose up
go to localhost:3000 to check the app.

About

Chwitter - a full stack twitter clone [DOCKERIZED]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages