ChirpUp is a FullStack Twitter clone made using React, NextJS, TailwindCSS, MongoDB & Prisma.
- Authentication system
- Notification system
- Image Upload using Base64 strings
- Prisma ORM with MongoDB
- Following functionality
- Comments / Replies
- Likes functionality
Node version 14.x
git clone https://github.com/shazzad5709/chirp-up.git
npm i
DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
Builds a production instance of the app |