Skip to content

Source Code and Live Deployments

danny2637 edited this page Jun 2, 2025 · 3 revisions

So, you probably won't be aware of, but probably should know that we currently have 4 different instances of the website running at all times🤯. For us, this includes

But where do the other 2 come from if we only need 2🤔❓. Well, this is because we also have our dev websites running for us to use for testing. You will find those here

This is a common industry practice as it allows the website to be used by people who need to, and allows developers to fix issues that we might find without interrupting the current users. This is useful to know because your username and password that we provided for you ONLY WORKS ON THE DEV WEBSITES. It won't be fully synced with everything. There are also 2 additional URLS that will be used locally whenever you are working with the code on your machine. The main website (once you set up everything) can be found at (http://localhost:3000), while the API website can be found at (http://localhost:8000). These also won't be completely synced with the main and dev websites, so usernames/passwords might also not work.

Clone this wiki locally