This is a website prototype created by Team 200OK.
In order to open this file, two applications should be downloaded, which are VS code and IntelliJ. Assume the readers have already downloaded the applications. Here are the steps to open the website:
- Download the zip file in the git hub by clicking the green "code" buttom.
- Extract the File.
- (For front end) Open VS code, get npm installed and proceed the npm commend: "npm install webpack-dev-server --save-dev". Then run the website by using the commend "npm run dev".
- Open the link pops up in the terminal.
- (For backend) Open the IntelliJ.
- Go to the "CMSApplication" to run the file.
So far, databases are imported, functions of showing all universities; searching university rankings by name are implemented. In addition, actions of showing, updating, creating and deleting can be applied to interest list as well. More functionalities and relationships as mentioned in the proposal will be built in the next step of the project.