Crowd is a social media application designed to connect people from all walks of life. It provides a platform for users to share their thoughts, ideas, and experiences, fostering a sense of community and connection.
To install Crowd, follow these steps:
-
clone the repository by writing the command:
>git clone https://github.com/vaibhav-3003/Crowd.git >cd crowd
-
For frontend:
>cd client >npm install >npm run dev
-
For Backend:
>cd server >npm install >npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Note
Chat feature is not dynamic yet.