Sorting web will help you to sort your numbers.
Sorting algorithm :
- Bubble Sort
- Merge Sort
This application was made using react js for front-end and flask for back-end.
Name : Felicia Gillian Tekad Tuerah
NIM : 13518070
This application was made to fulfill the duties of the IRK Lab Assistant.
Some packages you need to install on your machine:
- Python 3.0 or above make sure you have add the path of your python and pip installation to your PATH system variable.
- Flask
pip install flask
- Flask Cors
pip install flask-cors
- Node js make sure you have add the path C:\Windows\System32 and the path of nodejs installation to your environment variable.
- Open 2 cmd (to run react as frontend and flask as backend)
- Open sort-web folder in both cmd
cd sort-web
- Open frontend folder
cd frontend
- Start react
npm start
- Open backend folder
cd backend
- set flask app
set FLASK_APP=mainSort.py
- set flask environment
set FLASK_ENV=development
- run your backend
flask run