- [ ] Error handler to display error in the UI
- [x] Add logic to fetch project id from the project slug
- [x] Add logic to get project slug and user slug from the URL
- [ ] Replace all requests with pyfetch or just fetch instead
- [x] Add all consts such as urls, to a single file to ease mock
    - [x] remove mocking to use the running_server
    - [x] Add route to the running server
