๐ ๏ธSet up and Run
The following sections cover setting up the client and server, as well as running the application.
Client Setup
The application should now be running on http://localhost:5173.
Server Setup
The server should now be running on http://localhost:5000.
Running using Docker.
Navigate to the root directory and run the following command to start the application:
This should boot the applications and the UI can be accessed via http://localhost.
Last updated