Skip to content

robertokbr/donate-blood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A simple web application that owns the objective to create a database of people who want to donate blood.

Pattern

  • Full MVC

Built With

  • Node.Js
  • Express.Js
  • knex.JS
  • Sqlite3
  • Nodemon
  • Nunjucks

User Stories

  • User can show and hide the form.
  • if any input box is null, the app will return an error message.
  • User can see his first name and the blood type at the "Last donors" section.

How to contribute

  • Fork this repo;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your change: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

HOW TO USE

$ git clone https://github.com/robertokbr/Donate-Blood.git
  • Install yarn or npm and run the cmd to install the dependecies.
$ yarn / npm install
  • Run the migrations to start the database.
$ yarn migrations:run
  • Run the server.
$ yarn/npm dev:server