https://github.com/codenoid/phoenix-mongo-crud
Phoenix Framework CRUD with mongo as database
https://github.com/codenoid/phoenix-mongo-crud
Last synced: over 1 year ago
JSON representation
Phoenix Framework CRUD with mongo as database
- Host: GitHub
- URL: https://github.com/codenoid/phoenix-mongo-crud
- Owner: codenoid
- Created: 2019-06-26T14:39:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T14:39:41.000Z (about 7 years ago)
- Last Synced: 2025-02-02T15:48:42.362Z (over 1 year ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixCrud
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server`
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: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix