Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum Viable Product #1

Closed
Stevtm opened this issue May 21, 2021 · 0 comments
Closed

Minimum Viable Product #1

Stevtm opened this issue May 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Stevtm
Copy link
Owner

Stevtm commented May 21, 2021

Acceptance Criteria

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 Core 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 Core; THEN I am able to successfully create, update, and delete data in my database.
@Stevtm Stevtm added the enhancement New feature or request label May 21, 2021
@Stevtm Stevtm self-assigned this May 21, 2021
@Stevtm Stevtm closed this as completed May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant