Skip to content
/ Doe Public

Project developed during a MaratonaDev 3.0 - Rocketseat

Notifications You must be signed in to change notification settings

mannoeu/Doe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published