Skip to content

technusm1/mastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastery

An Elixir project that allows you to generate and take quizzes. Based on the demo project presented in the book Designing Elixir Systems with OTP by James Edward Gray, II (@JEG2) and Bruce A. Tate (@batate).

Requirements

  • Make sure Elixir is installed on your system.
  • Requires postgres to be installed and running.
  • An internet connection to fetch the dependencies.

Installation

  • Checkout this project from this repository.
  • Change to the project directory.
  • Make sure postgres is installed and running.
  • Change to mastery_persistence directory using cd mastery_persistence
  • Run the command mix ecto.create; mix ecto.migrate
  • Change back to mastery directory.
  • Start iex shell to play using iex -S mix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages