Application to raise awareness about blood donation.
To know more about blood donation, please access: Blood.ca.
- Clone this repo using
git clone https://github.com/yagosansz/donate-blood.git
- Move yourself to the appropriate directory:
cd donate-blood
- Run
yarn
to install dependencies
- Set up docker on your machine Docker Toolbox by using Chocolatey
- Run
docker pull postgres
from the Docker CLI - Run
docker run --name postgres -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
from the Docker CLI - Create your database through Postbird or other PostgreSQL GUI client of your preference
- Run
yarn start
to start the server
Why use Docker instead of installing Postgres?
Made with ♥ by Yago!