Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjullrich/uog-webdev-2024
https://github.com/pjullrich/uog-webdev-2024
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjullrich/uog-webdev-2024
- Owner: PJUllrich
- License: mit
- Created: 2024-01-15T09:14:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:03:53.000Z (12 months ago)
- Last Synced: 2024-01-16T19:29:54.006Z (12 months ago)
- Language: Elixir
- Size: 20.4 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movies
To start your Phoenix server:
* Install Elixir. See instructions [here](https://elixir-lang.org/install.html)
* Start the Postgres Docker container with: `docker compose up -d`
* Run `mix deps.get` to install the dependencies
* Run `mix ecto.create` to create the database
* Import the Movies dataset with `cd ./priv/repo && ./import.sh` (this might take a while)
* Run `mix ecto.migrate` to add the search indexes.
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## 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