/donate-blood

Application to raise awareness about blood donation

Primary LanguageCSS

Donate blood

Donate Blood

🚀 About the application

Application to raise awareness about blood donation.

To know more about blood donation, please access: Blood.ca.

Donate blood

Getting started

  1. Clone this repo using git clone https://github.com/yagosansz/donate-blood.git
  2. Move yourself to the appropriate directory: cd donate-blood
  3. Run yarn to install dependencies

Getting started with the backend server

  1. Set up docker on your machine Docker Toolbox by using Chocolatey
  2. Run docker pull postgres from the Docker CLI
  3. Run docker run --name postgres -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres from the Docker CLI
  4. Create your database through Postbird or other PostgreSQL GUI client of your preference
  5. Run yarn start to start the server

Why use Docker instead of installing Postgres?


Made with ♥ by Yago!