-
Keep learning Golang by reading/writing a book about Golang API.
Feature of the API is to retrieve and manage information about movies, these are endpoints and actions:
| Actions | URL Pattern | Action | |---------|---------------------------|-------------------------------------------------| | GET | /v1/healthcheck | Show application health and version information | | GET | /v1/movies | Show the details of all movies | | POST | /v1/movies | Create a new movie | | GET | /v1/movies/:id | Show the details of a specific movie | | PATCH | /v1/movies/:id | Update the details of a specific movie | | DELETE | /v1/movies/:id | Delete a specific movie | | POST | /v1/users | Register a new user | | PUT | /v1/users/activated | Activate a specific user | | PUT | /v1/users/password | Update the password for a specific user | | POST | /v1/tokens/authentication | Generate a new authentication token | | POST | /v1/tokens/password-reset | Generate a new password-reset token | | GET | /debug/vars | Display applications metrics |
-
Add API testing (Cypress / Ginkgo)
- Build fake DB with data set and load API tests
-
Add CI with Github Actions
-
Create a UI (next hackweek? :-) )
- Vue 3 + bootstrap css
-
Notifications
You must be signed in to change notification settings - Fork 0
juadk/hackweek22-learnAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published