An open API service indexing awesome lists of open source software.

https://github.com/reginaldojunior/biblioteca

Um projeto de estudos para aprimorar conhecimento em linguagem funcional utilizando elixir e phoenix
https://github.com/reginaldojunior/biblioteca

Last synced: 9 months ago
JSON representation

Um projeto de estudos para aprimorar conhecimento em linguagem funcional utilizando elixir e phoenix

Awesome Lists containing this project

README

          

# Biblioteca

To start your Phoenix server:

* Run `docker-compose build`
* For running node assets access `docker-compose run --rm web bash` and execute `cd assets && npm install && node node_modules/webpack/bin/webpack.js --mode development`
* After exit of bash
* Execute of server with `docker-compose up web`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix