After getting admints from various Universities, we have noticed that students struggle to decide the college based on their admits only and also the information which a student gathers from various sources could not be entirely valid. By developing this application, we plan to provide a platform to prospective students of Syracuse University where they can post their queries regarding the University and get answers from verified students who are already studying here. Other than that, for the current and alumni students we want to provide a platform where they can discuss various topics ranging from sports to jobs.
Our application would mainly consists of four modules such as :
- SU Forum, where the new aspirants can post their queries and will be able to get the information about the courses, professors etc.
- SU Housing, where the new aspirants will get the valid information regarding off-campus housing options, locality, restaurants, grocery shops and also provide a platform for students to rent a reliable short-term accommodation.
- SU Sports, gives the latest articles on the Syracuse Sports such as football and Soccer, etc .
- SU Marketplace, which will help university student/faculty/staff to buy/sell/exchange products.
Spring Boot - v2.2.6 React - v16.13.1
cd UniversityGuide/frontend
to learn how to setup the frontend of the project
cd UniversityGuide/
to learn how to setup the backend of the project
Prerequisites
The following items should be installed in your system:
- Java 8 or newer.
- git command line tool (https://help.github.com/articles/set-up-git)
- IntelliJ IDEA
Windows -> https://www.jetbrains.com/idea/download/#section=windows
Mac -> https://www.jetbrains.com/idea/download/#section=mac
Linux -> https://www.jetbrains.com/idea/download/#section=linux
Steps
-
On Command Line
git clone https://github.com/AkshayDalavai/UniversityGuide.git
-
Inside IntelliJ
File -> Open and select `pom.xml`. Click on Open button -> Open as Project
-
A run configuration named
UniversityGuide
should have been created for you if you're using a recent Ultimate version. Otherwise, run the application by right clicking on theUniversityGuideApplication
main class and choosingRun 'UniversityGuideApplication'
. -
Navigate to UniversityGuide
Visit http://localhost:8080 in your browser.