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

[node-pod] Set Up A CRUD Controller #547

Closed
kenslachtajr opened this issue Nov 22, 2022 · 1 comment · Fixed by #552
Closed

[node-pod] Set Up A CRUD Controller #547

kenslachtajr opened this issue Nov 22, 2022 · 1 comment · Fixed by #552
Assignees

Comments

@kenslachtajr
Copy link

Notes

  • Needs to use typeorm to do operations on that database table
@TapaiBalazs TapaiBalazs self-assigned this Nov 22, 2022
@TapaiBalazs
Copy link
Contributor

As per Dustin's request, the starter will have a very basic CRUD setup with a pre-seeded and set up database table, that will have a few entries in it with pre-population.

The goal of this task is to create REST endpoints, following best practices:

  • GET /api/technology - returns all the database entries
  • GET /api/technology/:id - returns the specific entry from the database
  • POST /api/technology - creates a new entry and returns the newly created entry's id
  • PUT /api/technology/:id - updates the entry by id
  • DELETE /api/technology/:id - deletes the entry by id

@TapaiBalazs TapaiBalazs linked a pull request Nov 28, 2022 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants