Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/mern-twitter-clone
Twitter Clone w/ MERN Stack & Socket.IO
https://github.com/cleversamer/mern-twitter-clone
backend clone express expressjs nodejs react react-router server twitter
Last synced: about 5 hours ago
JSON representation
Twitter Clone w/ MERN Stack & Socket.IO
- Host: GitHub
- URL: https://github.com/cleversamer/mern-twitter-clone
- Owner: cleversamer
- Created: 2022-09-30T14:59:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:50.000Z (10 months ago)
- Last Synced: 2024-08-20T16:40:54.336Z (3 months ago)
- Topics: backend, clone, express, expressjs, nodejs, react, react-router, server, twitter
- Language: JavaScript
- Homepage:
- Size: 445 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone 🚀
## 🔴 Live Demo
Not live yet...
## Description
Twitter Clone w/ MERN Stack & Socket.IO
## Getting Started
### Dependencies
- Server:
- AccessControl
- Bcrypt
- Cors
- DotEnv
- Express
- Express Mongo Sanitize
- Express Validator
- HTTP Status
- JsonWebToken
- Lodash
- MailGen
- Mongoose
- NodeMailer
- Passport
- Passport JWT
- XSS Clean- Client:
- React
- React DOM
- React Router DOM
- React Scripts
- Styled Components### Installing
- Server:
- Write on the termianl `cd ~ && cd server && npm install`
- Client:
- Write on the termianl `cd ~ && cd client && npm install`### Executing Program
- Server:
- Write on the termianl `cd ~ && cd server && npm start`
- Client:
- Write on the termianl `cd ~ && cd client && npm start`## Help
- No issues detected yet...
## Authors
- [Samer A.](https://cleversamer.web.app/)
## Version History
- 1.0 🚀
- Initial Release