๐Ÿ› ๏ธSet up and Run

The following sections cover setting up the client and server, as well as running the application.

Client Setup

chevron-rightStep 1: Navigate to the client directory:hashtag
cd client
chevron-rightStep 2: Install the dependencies:hashtag
npm install
chevron-rightStep 3: Starting the application:hashtag
npm start

The application should now be running on http://localhost:5173arrow-up-right.

Server Setup

chevron-rightStep 1: Navigate to the server directory:hashtag
cd server
chevron-rightStep 2: Create and activate a virtual environment:hashtag
chevron-rightStep 3: Install the dependencies:hashtag
chevron-rightStep 4: Start the application:hashtag

The server should now be running on http://localhost:5000arrow-up-right.

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://localhostarrow-up-right.

Last updated