mannoeu / Doe

Project developed during a MaratonaDev 3.0 - Rocketseat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project developed during a MaratonaDev 3.0 - Rocketseat


Languages

Language:CSS 45.7%Language:HTML 27.3%Language:JavaScript 27.0%