- Run the backend. You'll need go 1.21+ for this.
- In the
eyesdir, create a.envfile with the following entries but set the values to your circumstances:
ORIGIN=http://localhost:5173
PUBLIC_API_ADDRESS=http://localhost:3320
PUBLIC_WS_ADDRESS=ws://localhost:3320- Run
pnpm installornpm installto ineyesto install javascript dependencies. - On the same network, run the frontend using
pnpm devor whatever.
- Add entgo.io to backend, set up sqlite db
- API endpoint: create user or verify existence
- Think about websockets implementation