Skip to content

"Simple express server with sequelize, pg and jwts"

Notifications You must be signed in to change notification settings

Joram3000/express-template

 
 

Repository files navigation

Relations

user has

name string email string password string classname string allownull: true teacher boolean init: false

npx sequelize-cli model:generate --name user --attributes name:string,email:string,password:string,classname:string,teacher:boolean

About

"Simple express server with sequelize, pg and jwts"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%