It is a online code compiler which allows users to join and create rooms. Each room contains a seperate code compiler which can run a code which will be visible to all the room members.
-
Clone this git repository in your system
git clone https://github.com/iamhassam143/CodersHouse.git
- Install packages for both frontend and backend
-
First go to frontend folder
cd frontendthen install npm packages
npm install -
Then go back to main folder and then to backend folder
cd .. && cd backendinstall npm packages
npm install
- Run both frontend and backend
-
Make sure you're in backend folder, then run following command
npm run devThe backend server will run on port 5500.
-
Go to frontend folder, then run following command
npm startThe react server will start and will automatically open in your default browser.
- To run this project, you need to add env files to both, backend and frontend folders.
- This .env files should contains all the variables which are shown in .env.example files.
- Assign values to this env variables as your needs.
-
For any queries related to project or the installation, please contact on below email.