You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
KKlochko ecdd4089e5
continuous-integration/drone/push Build is passing Details
Add a data transformer to transform a json to Author.
9 months ago
assets Init the project. 10 months ago
config Add the drone CI/CD configuration. 10 months ago
lib Add a data transformer to transform a json to Author. 9 months ago
priv Add AuthorRole to manage relationship between Author and Book. 9 months ago
test Add a data transformer to transform a json to Author. 9 months ago
.drone.yml Add the drone CI/CD configuration. 10 months ago
.formatter.exs Init the project. 10 months ago
.gitignore Update the .gitignore. 10 months ago
.igniter.exs Init the project. 10 months ago
README.md Init the project. 10 months ago
mix.exs Add mix_test_watch. 10 months ago
mix.lock Add mix_test_watch. 10 months ago

README.md

DecentralisedBookIndex

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more