To run it
- Do:
git clone https://github.com/juniorlourenco/DonateBlood/
to clone repository. - Do:
npm install
to install dependencies. - Download and install Postbird.
- Setup a new database with the following info:
- user: 'postgres',
- password: 'postgres',
- host: 'localhost',
- port: 5432,
- Do:
npm start
Website will be running at http://localhost:3000