Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mannoeu/doe
- Owner: mannoeu
- Created: 2020-02-20T17:41:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:20:58.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:03:32.827Z (almost 2 years ago)
- Topics: doe, maratonadev, mysql, react, reactjs, rocketseat
- Language: CSS
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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