Clone the Project
Run the server backend with the following commands:
$ cd backend
$ python -m venv env
$ python main.py
Run the client side front end with the following commands:
$ cd frontend
$ npm install @chakra-ui/[email protected]
$ npm install @emotion/[email protected] @emotion/[email protected] [email protected]
$ npm install
$ npm run start