Intersecting Rectangles and Shortening URL Tasks

To run the frontend

  1. Install dependencies
yarn install

or

npm install
  1. Run the project
vite
  1. Open 'http://localhost:3030/' in browser

To run the backend

  1. Install python

  2. Run next commands from /server folder

python3 -m venv venv
source venv/bin/activate 
  1. Install flask_cors
pip3 install Flask
  1. Run backend
python3 server.py