Clubhouse is a social network based on voice—where developers around the world come together to talk, listen and learn from each other in real-time.
Below are the methods needed to follow to get it running locally.
This is a list of things you need to use the project.
- npm
- mongodb
Since codershouse uses Twilio for sending OTPs.
- Get a free API Key at https://www.twilio.com/
- Generate SMS_SID and SMS_AUTH_TOKEN.
- Clone the repo
git clone https://github.com/AshishPandagre/codershouse
- Install NPM packages
cd backend npm i cd .. cd frontend npm i
- Create a .env file in frontend and backend folder using data from '.env.example'.
- Enter your Twilio keys and other required details.
- Run the backend server
npm start
- Run the frontend
npm start