Introduction¶
The solution is divided into three projects:
- Frontend, found under
/src/web
. This is a client-side application which runs under http://localhost:3000/. - Backend, found under
/src/api
. This is a server-side application which runs under http://localhost:3001/. - Shared, found under
/src/shared
. This is a directory that allows sharing certain logic between both applications.