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 198d408847
Update the Author Show LiveView to show the avatar image and aliases.
12 months ago
assets Add the flowbite. 1 year ago
config Update the test configuration to allow run server during tests. 1 year ago
lib Update the Author Show LiveView to show the avatar image and aliases. 12 months ago
priv Add relationships to server for all resources. 1 year ago
test Add the avatar_url attribute to Author's create action. 12 months ago
.drone.yml Add the drone CI/CD configuration. 1 year ago
.formatter.exs Init the project. 1 year ago
.gitignore Update the .gitignore. 1 year ago
.igniter.exs Init the project. 1 year ago
README.md Init the project. 1 year ago
mix.exs Add mix_test_watch. 1 year ago
mix.lock Add mix_test_watch. 1 year 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