LZWCompression

Website

The website has been deployed on https://lzwcompression-manuellaiv.netlify.app/

How to run locally

Make sure you are in main branch. Run the backend server, change directory to LZWCompression directory

cd LZWCompression

Run this command

python manage.py runserver

Then go back to root and change directory to ui

cd ../ui

Run this command

npm start

The application will run at http://localhost:3000/