HTTPStatus Exception: 429
HTTPStatus Exception: 429
└── socialite/
├── .dockerignore
├── .github/
│ └── workflows/
├── .gitignore
├── LICENSE
├── README.md
├── client/
│ ├── .gitignore
│ ├── Dockerfile
│ ├── jsconfig.json
│ ├── package.json
│ ├── public/
│ └── src/
├── docker-compose.yml
├── readme.md
└── server/
├── .env
├── Dockerfile
├── controllers/
├── index.js
├── middleware/
├── models/
├── package.json
├── public/
├── routes/
└── vercel.json
Root
Server
Routes
File |
Summary |
users.js |
HTTPStatus Exception: 429 |
posts.js |
HTTPStatus Exception: 429 |
auth.js |
HTTPStatus Exception: 429 |
Models
File |
Summary |
User.js |
HTTPStatus Exception: 429 |
Post.js |
HTTPStatus Exception: 429 |
Middleware
File |
Summary |
auth.js |
HTTPStatus Exception: 429 |
Controllers
File |
Summary |
users.js |
HTTPStatus Exception: 429 |
posts.js |
HTTPStatus Exception: 429 |
auth.js |
HTTPStatus Exception: 429 |
Client
Src
State
File |
Summary |
index.js |
HTTPStatus Exception: 429 |
Widgets
Profilepage
File |
Summary |
index.jsx |
HTTPStatus Exception: 429 |
Navbar
File |
Summary |
index.jsx |
HTTPStatus Exception: 429 |
Loginpage
Homepage
File |
Summary |
index.jsx |
HTTPStatus Exception: 429 |
Components
Public
Workflows
Dependencies
Please ensure you have the following dependencies installed on your system:
- ℹ️ NodeJs
- Clone the socialite repository:
git clone https://github.com/arnab2001/socialite
- Change to the project directory:
- Install the dependencies:
mern stack social media app
- Real Time Chat
- Dockerization
- Caching using redis
- Better Ux
- Comment section
- Ui implementation of Chat window
Contributions are always welcome! Please follow these steps:
- Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
- Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
- Create a new branch with a descriptive name (e.g.,
new-feature-branch
or bugfix-issue-123
).
git checkout -b new-feature-branch
- Make changes to the project's codebase.
- Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'feat: new feature.'
- Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
- Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary.
The project maintainers will review your changes and provide feedback or merge them into the main branch.
This project is licensed under the ℹ️ LICENSE-TYPE
License. See the LICENSE-Type file for additional info.
- ℹ️ List any resources, contributors, inspiration, etc.
↑ Return