Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 622 Bytes

File metadata and controls

13 lines (9 loc) · 622 Bytes

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