Before starting development, be sure to run npm install
in the frontend and backend directories. This will install all necessary dependencies.
To run the frontend, navigate to the frontend directory and run npm start
. The frontend will boot up on port 3000 and you'll be directed to the main page.
To run the backend, navigate to the backend directory and run npm start
. The backend will boot up on port 8082.