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
- Host: GitHub
- URL: https://github.com/reginaldojunior/biblioteca
- Owner: reginaldojunior
- Created: 2020-08-24T15:09:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T15:10:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T03:41:17.504Z (over 1 year ago)
- Language: Elixir
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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