indiamos / bookalatorJS

A web-based tool for exploring texts. Built with Node, Express, Postgres, Sequelize, React, Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEAT(mvp): Define author model

indiamos opened this issue · comments

commented

firstName (string, required)
lastName (string, required)
gender (enum)
birthYear (integer)
deathYear (integer)
imageURL (string)

author hasMany books
book hasMany authors

In a larger project, would need a way to handle pseudonyms.