This is the repository of Team 2 for UTS Software Engineering Studio 2A. This repo contains the source code for a Courses Recommendation System for Students.
- JakeRoeleven -> Jake Roeleven - 13246638
- Ashwin Saji -> Ashwin Saji - 13537598
- Khurshid Manal -> Khurshid Manal - 13556042
- Aung Soe Kyaw -> Aung Soe Kyaw - 13480494
This application is divided into two directories.
- Directory: Frontend
- Built in React
- In your terminal access via
cd Frontend
- Install node modules and start development server (see REaDME.md inside directory for details)
- Directory: Backend
- Built in Node.js and Python
- In your terminal access via
cd Backend
- Install node modules and start development server (see REaDME.md inside directory for details)
This application contains code standards based the README's of each directory.
You will need to have the latest version of Node to run the application You can install this from here
Directory | PORT | Example |
---|---|---|
Frontend | 3000 | https://localhost:3000/ |
Backend | 8080 | https://localhost:8080/ |