2024-05-13.09-48-59.mov
- Clone the repository: git clone https://github.com/ruru-m07/assignment-cloud-IDE-v1
- Install the dependencies one by one in client and proxy-server
- Run the development server in both folders by running
npm run dev
- now visit http://localhost:3000
- let's create some codespaces
- enter a unique name and click on Create.
- click on that link and you see this page
- for the password go back to the dashboard and copy that password or if you lose that then clicks forget password
- copy the password past in ide and click on submit
-
we need to make available port system batter because whenever my server restarts the ports are counting again from 8000 and as you see in the video when I try to make a codespace I see that the port is already in use this is because of my next app restart
-
we can make a separate server for this scenario like a Redis server it helps to manage the port running in which machine and it's also too fast.
-
for this project, I use next to Handel backend and frontend both at the same time. but I say that it's a better choice that we can make a different server for the backend.
leave your feedback #2