Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days 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