Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mannoeu/doe

Project developed during a MaratonaDev 3.0 - Rocketseat
https://github.com/mannoeu/doe

doe maratonadev mysql react reactjs rocketseat

Last synced: 1 day ago
JSON representation

Project developed during a MaratonaDev 3.0 - Rocketseat

Awesome Lists containing this project

README

        

# 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