A web app that connects elderly to people who will go grocery shopping for them. Starting in Montreal.
Hoping to use RoR backend, React frontend, MySQL
Set up the Envirnoment vairables in the .env
file by running:
cp .env.dist .env
and set the variables in the.env
file accordingly.
From the project directory first build the container:
docker-compose build
Then launch the web, wepacker, and db services to launch the app by running:docker-compose up
The app is the running on localhost:3000.