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

API: Migrate to Next API #18

Closed
16 tasks done
b3kN opened this issue Nov 29, 2022 · 0 comments · Fixed by #36
Closed
16 tasks done

API: Migrate to Next API #18

b3kN opened this issue Nov 29, 2022 · 0 comments · Fixed by #36
Assignees
Labels
backend (Backend / Server) code critical Critical item required to be completed for other tasks (FE/REQ) enhancement New feature or request infrastructure Servers and hardware etc

Comments

@b3kN
Copy link
Contributor

b3kN commented Nov 29, 2022

Migrate/Re-initialize the existing endpoints into Next API using TPRC.

  • Migrate current Express API to a basic Next API
    • /footage
      • POST
      • GET
      • GET /:uuid
      • DELETE /:uuid
      • PATCH /:uuid
    • /clip
      • POST
      • GET
      • GET /:uuid
      • DELETE /:uuid
      • GET /download/:uuid
    • GET /user
    • GET /clips
  • Move into web app project?
@b3kN b3kN added (FE/REQ) enhancement New feature or request backend (Backend / Server) code infrastructure Servers and hardware etc labels Nov 29, 2022
@b3kN b3kN added this to the URL Submissions milestone Nov 29, 2022
@Huskydog9988 Huskydog9988 self-assigned this Nov 29, 2022
@b3kN b3kN added the critical Critical item required to be completed for other tasks label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend (Backend / Server) code critical Critical item required to be completed for other tasks (FE/REQ) enhancement New feature or request infrastructure Servers and hardware etc
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants