AlinaKuzmenko / intersecting-rectangles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 67.2%Language:SCSS 15.3%Language:Python 9.6%Language:CSS 4.9%Language:HTML 1.7%Language:JavaScript 1.2%