Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pehuen-rodriguez/discuss
Phoenix project done while going through Elixir bootcamp
https://github.com/pehuen-rodriguez/discuss
learning-by-doing phoenix
Last synced: 17 days ago
JSON representation
Phoenix project done while going through Elixir bootcamp
- Host: GitHub
- URL: https://github.com/pehuen-rodriguez/discuss
- Owner: pehuen-rodriguez
- Created: 2020-01-29T00:15:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:32:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T23:12:58.323Z (2 months ago)
- Topics: learning-by-doing, phoenix
- Language: Elixir
- Homepage: https://thawing-sands-75700.herokuapp.com/
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discuss
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`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix