Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 391 Bytes

Doe

Project developed during a MaratonaDev 3.0

Install Dependencies

npm install mysql express body-parser nunjucks

In MySQL

Create database 'doe' and create table:

  CREATE TABLE donors (
    id int primary key AUTO_INCREMENT,
    name char(255),
    email char(255),
    blood char(3)
  )

Run

yarn start // nodemon server.js