To start, you can run npm i, to install all necessary dependencies. (can be found in the package.json)
To run backend in dev mode, just type "npm run dev" in the ./API directory
To run frontend in dev mode, just type "npm test" in project root directory.