Twitter Clone is a fullstack web application built from scratch, it is based on interactions with Next API Routes, an API routing feature that allows you to create API endpoints, combining backend and frontend code, eliminating thus the need for extra codebases.
Its functionalities are, Notification System, Image Upload using Base64 strings, Prism ORM with MongoDB, Responsive Layout, 1 To Many Relationships (User - Post), Many To Many Relationships (Post - Comment), Following Functionality, Comments/ Answers, Likes functionality.
Approaches such as standardization of typescript projects, React, Tailwind, Next, Prisma, Mongo, NextAuth, React Hot Toast
Acesse Twitter App.
Node version v16.16.0
Clone this repository
$ git clone https://github.com/alex-candido/google-play-books.git
Install dependencies
$ yarn add
Setup .env file
DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=
Start Prisma ``` $ yarn prisma generate
$ yarn prisma db push
- Start the project
$ yarn dev
```
Made by Alex Cรขndido Linkedin