Skip to content

NicholasChoong/uwa-fee-calculator

Repository files navigation

uwa-fee-calculator

Install yarn

npm install --global yarn

Check if yarn is installed

yarn --version

Go to root directory

File Structure should look like:
-.github
-.minutes
-client
-server
    .
    .
    .
-package.json
-LICENSE

Install the necessary packages

cd client
yarn install

To run the frontend

cd client
yarn start

To run the server

python -m venv venv
activate the virtual environment
pip install -r requirements.txt
python calculator.py

Go to http://localhost:3000 to check out the prototype for the frontend. Go to http://localhost:5000 to check out the prototype for the server.

Detialed instructions are in the installation manual.

License

Shield: CC BY-NC 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

CC BY-NC 4.0