A web app that provides American graduate school application service and intermediate institution rating service for Chinese students
- Download PostgreSQL https://www.postgresql.org
- Create a database called Student CREATE DATABASE Student;
- Download [IntellijIdea] and JDK 16.0 to run the server (https://www.jetbrains.com/idea/download/#section=mac)
- Download the Backend folder from the Github page
- Open the folder in IntelliJ IDEA, open src/main/java, run DemoApplication
- Download Frontend folder from the Github page
- Open it in any editor
- Under the current directory, type terminal command:
npm install - Then run
npm start
- Go to any browser, go to http://localhost:3000/