Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 882 Bytes

rateNUS

rateNUS is a web application that rates things worth rating in the NUS community.

Resources

Frontend

  • ./install executes a bash script that installs the dependencies required for ./run.
  • ./run executes a bash script that runs frontend at localhost:8081/

Backend

  • Spring Boot Tutorial: link
  • Spring Data JPA Guide: link
  • PostgreSQL
  • ./deploy executes a bash script that deploys backend to the remote server.
    • Note that "path to ratenus key pair.pem" in the script need to be specified.