Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

Study Reminder

Study API to reminder incomming alerts managed by users, and also add manualy lessons made by learner, in order to track how much each user spent by day/week/monthly

Dependencies

  • Elixir
  • Phoenix
  • docker-compose

Overview

study-app-overview

Entity

study-app-der

To start your Phoenix server:

  • On the root folder of this project run docker-compose up
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

Author

  • Daniel Santos - Trying to keep simple and clean - drsantos20