The web app can be roughly divided into two main divisons: frontend(\client
) and backend(server
). Frontend is for rendering HTML views and the user interface while backend handles API calls to the database.
Guides can be found for both frontend and backend applications