Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 979 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 979 Bytes

Gpaer

  • This is a GPA website for SUSTech.
  • Everyone can re-develop this repository IN YOUR WAY WHATEVER YOU WANT.
  • The author does not assume any responsibility for your modified version.

Server Dev Info

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit gpa.sustc.seeuio.com from your browser.

Ready to run in production? Please check our deployment guides.

Learn more