Skip to content

Latest commit

 

History

History

2-routes-and-models-from-specs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Routes and Models from Specs

Problem Statement

Create an Express App. Use PostgreSQL as database and Sequelize as ORM.
Create migration files and model files by understanding the DBML file content: https://github.com/TrueSparrowSystems/sirji-demos/blob/master/2-routes-and-models-from-specs/DBML.txt
Create API routes in modular files by understanding the OpenAPI specs file content: https://github.com/TrueSparrowSystems/sirji-demos/blob/master/2-routes-and-models-from-specs/OpenAPI.yml

Demo Video

demo.-.models.migrations.and.routes.from.specs.mp4