Files

DevSetup.md

Install docker

<![CDATA[]]>https://docs.docker.com/engine/install/<![CDATA[]]>

Install docker-compose

<![CDATA[]]>https://docs.docker.com/compose/install/<![CDATA[]]>

Standup the docker containers

sh buildandrun

This should run the docker containers in the background. You can check that they are running by executing the following command.

docker ps

Seed the db and make a test user

sh seedDev.sh

This will add the appropriate tables to the DB and create a test user.

username: test email: test@test.com password: test

app should be running on <![CDATA[]]>http://localhost/<![CDATA[]]>

Report a bug