Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muttakinhasib/twitter
Twitter clone (MERN)
https://github.com/muttakinhasib/twitter
cloudinary express mongodb mongoose nextjs nodejs react-query redux-toolkit tailwindcss
Last synced: 15 days ago
JSON representation
Twitter clone (MERN)
- Host: GitHub
- URL: https://github.com/muttakinhasib/twitter
- Owner: MuttakinHasib
- Created: 2021-07-09T17:41:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T11:02:13.000Z (over 3 years ago)
- Last Synced: 2024-11-24T06:19:57.092Z (3 months ago)
- Topics: cloudinary, express, mongodb, mongoose, nextjs, nodejs, react-query, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: twitter-alpha.vercel.app
- Size: 359 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
#### 1st, install all dependencies:
```bash
npm install && cd client && npm install
```#### 2nd, use your own env
Rename `.env.example` & `.env.local.example` to `.env` & `.env.local`
#### 3rd, run the development server:
```bash
npm run dev
```