feat(frontend): Connect frontend to cw instance
Frontend is now connected to the CW instance to retrieve and edit data.
Everything is supported but the following:
- Fetching relations (eg: recipes for a project)
- Handling files
For now the instance is hard-coded to a localhost one. Can be changed later while working on the deployment.
If any request fails with a 401 status, then the user is automatically logged out.