Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.18 KB

Booky

Booky is an experimental librarian web app written in Phoenix, to keep track of who took which books from the office bookshelf.

As all office staff have GitHub accounts, membership in the organization is used to determine who can login.

To start your Phoenix 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
  • Copy config/dev.secret-sample.exs to config/dev.secret.exs and fill in the values.
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

The GitHub app asks for permission to read your organizations. This is to determine if you belong to the configured organization.

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

Learn more