This is the UI application of the Schedules Comparator project.
This project is the assignment of the ADS lecture of ISCTE's MEI (project 4).
You can run this app either dockerized or locally.
Requirements:
- Docker
- Port 3000 available
Steps:
- Start the container
docker compose up schedules-ui
Requirements:
- Node 14
- NPM (included with node)
- Port 3000 available
Steps:
- Install the dependencies
npm install
- Start the application
npm start