Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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