A revolutionary streaming platform that empowers artists to share feedback with one another and users to support their favorite artists.
- to begin, dl current versions of Postgres and elixir, the rest of the elixir/phoenix dependencies will be installed w the mix command
- all react deps will be installed using yarn in the 'web'
- all elixir/phoenix commands are run in the 'api' directory, while all npm commands are run in the 'web' directory.
- to start the server from the cmd line type
cd apiand thenmix deps.getto install/update dependencies thenmix phoenix.server - to start the react dev server starting from /fntn/
cd webnpm start