https://github.com/22a/vestibule
:door: Coding competition framework backed by Caisson
https://github.com/22a/vestibule
Last synced: about 1 month ago
JSON representation
:door: Coding competition framework backed by Caisson
- Host: GitHub
- URL: https://github.com/22a/vestibule
- Owner: 22a
- Created: 2017-03-23T17:21:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T02:59:45.000Z (about 9 years ago)
- Last Synced: 2025-11-29T09:03:41.649Z (7 months ago)
- Language: Elixir
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vestibule
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.
Outgoing mail is trapped because spam filters suck and getting email through them is something I don't want to devote time to right now, visit [`/dev/mailer`](http://localhost:4000/dev/mailer)
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