π Welcome to Socialite - The Ultimate Social Connection Hub! π
The community at Socialite is buzzing with excitement as new members join the platform. Users are invited to immerse themselves in a world where connections thrive, friendships flourish, and happiness knows no bounds.
- π Table of Contents
- π Overview
- π¦ Features
- π Repository Structure
- βοΈ Modules
- π Getting Started
- π£ Roadmap
- π€ Contributing
- π License
- π Acknowledgments
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
File | Summary |
---|---|
docker-compose.yml | HTTPStatus Exception: 429 |
Server
File | Summary |
---|---|
index.js | HTTPStatus Exception: 429 |
Dockerfile | HTTPStatus Exception: 429 |
Routes
File | Summary |
---|---|
users.js | HTTPStatus Exception: 429 |
posts.js | HTTPStatus Exception: 429 |
auth.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
File | Summary |
---|---|
Dockerfile | HTTPStatus Exception: 429 |
Src
File | Summary |
---|---|
theme.js | HTTPStatus Exception: 429 |
index.js | HTTPStatus Exception: 429 |
index.css | HTTPStatus Exception: 429 |
App.js | HTTPStatus Exception: 429 |
State
File | Summary |
---|---|
index.js | HTTPStatus Exception: 429 |
Widgets
File | Summary |
---|---|
UserWidget.jsx | HTTPStatus Exception: 429 |
PostsWidget.jsx | HTTPStatus Exception: 429 |
PostWidget.jsx | HTTPStatus Exception: 429 |
MyPostWidget.jsx | HTTPStatus Exception: 429 |
FriendListWidget.jsx | HTTPStatus Exception: 429 |
AdvertWidget.jsx | HTTPStatus Exception: 429 |
Profilepage
File | Summary |
---|---|
index.jsx | HTTPStatus Exception: 429 |
Navbar
File | Summary |
---|---|
index.jsx | HTTPStatus Exception: 429 |
Homepage
File | Summary |
---|---|
index.jsx | HTTPStatus Exception: 429 |
Components
File | Summary |
---|---|
WidgetWrapper.jsx | HTTPStatus Exception: 429 |
UserImage.jsx | HTTPStatus Exception: 429 |
Friend.jsx | HTTPStatus Exception: 429 |
FlexBetween.jsx | HTTPStatus Exception: 429 |
CommentSection.jsx | HTTPStatus Exception: 429 |
Public
File | Summary |
---|---|
robots.txt | HTTPStatus Exception: 429 |
index.html | HTTPStatus Exception: 429 |
Workflows
File | Summary |
---|---|
webpack.yml | HTTPStatus Exception: 429 |
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:
cd socialite
- Install the dependencies:
npm install
node app.js
- Go to client folder
cd .\client\
- run the command
npm i
- Return to Socialite folder
cd ..
- Go to the server folder
cd .\server\
- run the command
npm i
-
install nodemon in the system :
Reason: Nodemon monitors the files in your project for any changes. When it detects a change, it automatically restarts your Node.js application. This eliminates the need for manual restarts, making the development process more efficient. I. Open Windows PowerShell in run as administrator mode II. run the command
npm install -g nodemon
III. In case of an error run the following command
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
IV. Again run command II
-
In the client folder run the command
npm start
- In the server folder run the command
nodemon index.js
- Update the mongo_db link in .env file
- Restart the server because the .env has changed IMPORTANT .
npm test
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.
git clone https://github.com/arnab2001/socialite.git
- Create a new branch with a descriptive name (e.g.,
new-feature-branch
orbugfix-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.
If the original repository has been updated, sync your fork to include the latest changes:
-
Add Upstream Remote:
- Add the upstream repository as a remote.
git remote add upstream https://github.com/arnab2001/socialite.git
- Add the upstream repository as a remote.
-
Fetch Upstream Changes:
- Fetch the changes from the upstream repository.
git fetch upstream
- Fetch the changes from the upstream repository.
-
Merge Upstream Changes:
- Merge the changes from the upstream repository into your local branch.
git merge upstream/main
- Merge the changes from the upstream repository into your local branch.
-
Push Changes to Your Fork:
- Push the updated changes to your fork on GitHub.
git push origin main
- Push the updated changes to your fork on GitHub.
If you need to undo a commit, you can use the following command:
git revert <commit-hash>
Replace with the actual hash of the commit you want to revert.
This project is licensed under the βΉοΈ LICENSE-TYPE
License. See the LICENSE-Type file for additional info.
Here are some valuable resources for web development using React.js, Node.js, and Docker:
- Official React Documentation: React Documentation
- React - A JavaScript library for building user interfaces.
- Official Node.js Documentation: Node.js Documentation
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
- Official Docker Documentation: Docker Documentation
- Docker - Platform for developing, shipping, and running applications in containers.
Gratitude is extended to these amazing individuals π
Arnab Chatterjee |
Arnab Chatterjee |
Ankan Pal |
Sneha123-zudo |
Abhraneel Karmakar |