Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igas/elixir_shorty_phoenix_solution


https://github.com/igas/elixir_shorty_phoenix_solution

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ShortyPhoenix

1. Install dependencies with `mix deps.get`
2. Update database credentials in config files
3. Create database using `mix ecto.create`
4. Run migrations `mix ecto.migrate`
5. Start Phoenix endpoint with `mix phoenix.server`

Now you can visit `localhost:4000` from your browser.