Submission for Soding Assessment
- Student can register and login with their name, email, and password
- Students can purchase monthly parking passes online.
- Students can obtain their current seminar schedule.
- Students can order official transcripts.
To start this Student app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install Node.js dependencies with
npm install
- Start Phoenix endpoint with
mix phoenix.server
To test this Student app:
- run
mix test
Now you can visit localhost:4000
from your browser.