This project is clone of instagram.
View Demo
.
Report Bug
Username | Password | |
---|---|---|
gdfgret432 | example@gmail.com | QWERTy123!@# |
fgd543 | example1@mail.com | grdFSW$#@453 |
gdfsg654 | example2@mail.com | gfd543$#FD |
- Authentication
- Light / Dark mode
- Responsive UI
- My feed
- Posting
- Saving posts
- Private account
- Real-time messaging
- Typescript
- React
- React router
- Redux
- Axios
- SocketIO
- Chakra UI
- Typescript
- Node.js
- Express
- JWT
- SocketIO
- Node
git clone https://github.com/Jeda777/Clonegram.git
VITE_BACKEND_URL=
VITE_API_URL=
PORT=
DATABASE_URL=
FRONTEND_URL=
ACCESS_TOKEN_SECRET=
REFRESH_TOKEN_SECRET=
CLOUDINARY_URL=
cd client
npm i
cd server
npm i
npx prisma generate
npx prisma db push
npm run dev
npm run dev