13_ORM_REPO

所属分类:快速开发平台
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-09-25 21:31:19
上 传 者sh-1993
说明:  本活动旨在测试我在后端编程和对象关系映射的使用方面的技能。,
(This activity is to test my skills in back end programming and the use of Object-Relational Mapping.,)

文件列表:
Develop/ (0, 2023-09-28)
Develop/config/ (0, 2023-09-28)
Develop/config/connection.js (389, 2023-09-28)
Develop/db/ (0, 2023-09-28)
Develop/db/schema.sql (106, 2023-09-28)
Develop/models/ (0, 2023-09-28)
Develop/models/Category.js (523, 2023-09-28)
Develop/models/Product.js (1256, 2023-09-28)
Develop/models/ProductTag.js (875, 2023-09-28)
Develop/models/Tag.js (320, 2023-09-28)
Develop/models/index.js (594, 2023-09-28)
Develop/package.json (636, 2023-09-28)
Develop/routes/ (0, 2023-09-28)
Develop/routes/api/ (0, 2023-09-28)
Develop/routes/api/category-routes.js (2192, 2023-09-28)
Develop/routes/api/index.js (333, 2023-09-28)
Develop/routes/api/product-routes.js (3771, 2023-09-28)
Develop/routes/api/tag-routes.js (2049, 2023-09-28)
Develop/routes/index.js (205, 2023-09-28)
Develop/seeds/ (0, 2023-09-28)
Develop/seeds/category-seeds.js (355, 2023-09-28)
Develop/seeds/index.js (709, 2023-09-28)
Develop/seeds/product-seeds.js (678, 2023-09-28)
Develop/seeds/product-tag-seeds.js (695, 2023-09-28)
Develop/seeds/tag-seeds.js (404, 2023-09-28)
Develop/server.js (512, 2023-09-28)
LICENSE (1076, 2023-09-28)
Main/ (0, 2023-09-28)
Main/.env.EXAMPLE (49, 2023-09-28)
Main/config/ (0, 2023-09-28)
Main/config/connection.js (389, 2023-09-28)
Main/db/ (0, 2023-09-28)
Main/db/schema.sql (106, 2023-09-28)
Main/models/ (0, 2023-09-28)
Main/models/Category.js (523, 2023-09-28)
Main/models/Product.js (1172, 2023-09-28)
Main/models/ProductTag.js (699, 2023-09-28)
Main/models/Tag.js (474, 2023-09-28)
... ...

# 13_ORM_REPO This activity is to test my skills in back end programming and the use of Object-Relational Mapping. ## User Story ```md AS A manager at an internet retail company I WANT a back end for my e-commerce website that uses the latest technologies SO THAT my company can compete with other e-commerce companies ``` ## Acceptance Criteria ```md GIVEN a functional Express.js API WHEN I add my database name, MySQL username, and MySQL password to an environment variable file THEN I am able to connect to a database using Sequelize WHEN I enter schema and seed commands THEN a development database is created and is seeded with test data WHEN I enter the command to invoke the application THEN my server is started and the Sequelize models are synced to the MySQL database WHEN I open API GET routes in Insomnia for categories, products, or tags THEN the data for each of these routes is displayed in a formatted JSON WHEN I test API POST, PUT, and DELETE routes in Insomnia THEN I am able to successfully create, update, and delete data in my database ``` https://drive.google.com/file/d/1WC_SFCZPinkV2W6uwxxjAwRBdPMIUU3A/view

近期下载者

相关文件


收藏者