Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

pseigo/discover-public-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discover Public Art

Discover Public Art helps people explore and find public art pieces.

Team Members

Name Links
Peyton Seigo LinkedIn, GitHub
Jesse LinkedIn, GitHub
Jeffrey LinkedIn, GitHub
Aiman Ismail LinkedIn, GitHub

Running the development servers

This will start the development database and back end server. You can reach the server at http://localhost:4000.

First-time setup

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

Starting and stopping the servers

# To start
docker-compose up -d
mix phx.server

# To close
# Ctrl+c, 'a' for abort
docker-compose down

nwHacks

To be announced.

Table of Contents

...

Important Links

Pitch video

About

hackathon

Resources

Stars

Watchers

Forks

Contributors