Discover Public Art helps people explore and find public art pieces.
| Name | Links |
|---|---|
| Peyton Seigo | LinkedIn, GitHub |
| Jesse | LinkedIn, GitHub |
| Jeffrey | LinkedIn, GitHub |
| Aiman Ismail | LinkedIn, GitHub |
This will start the development database and back end server. You can reach the server at http://localhost:4000.
NOTE: Node.js 15.5 is not working with new Phoenix projects at the moment. Roll back to 15.2 if you get errors when running npm install.
# Change to the root directory...
mix deps.get && mix deps.compile
cd apps/discover_art_web/assets && npm install && cd ../../../
docker-compose up -d
mix ecto.create
mix ecto.migrate# To start
docker-compose up -d
mix phx.server
# To close
# Ctrl+c, 'a' for abort
docker-compose downTo be announced.
...
Pitch video