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

https://github.com/coderberry/phoenix-nuxt-docker

Example application for connecting Phoenix with Nuxt (includes auth)
https://github.com/coderberry/phoenix-nuxt-docker

nuxt vue

Last synced: about 1 month ago
JSON representation

Example application for connecting Phoenix with Nuxt (includes auth)

Awesome Lists containing this project

README

          

# Phoenix + Nuxt + Docker Example

## Kicking off

docker-compose build
docker-compose run backend mix ecto.reset
docker-compose run frontend yarn
docker-compose up