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

Account frontend #12

Draft
wants to merge 29 commits into
base: dev
Choose a base branch
from
Draft

Account frontend #12

wants to merge 29 commits into from

Conversation

jdonszelmann
Copy link
Contributor

No description provided.

Druue and others added 28 commits October 23, 2021 21:29
closes #2

Co-authored-by: Victor Roest <[email protected]>
Co-authored-by: Victor Roest <[email protected]>
`GET /recipes`: return a JSON list of Recipes.
`POST /recipes`: create a new Recipe.
`GET /recipes/:id`: get a specific Recipe.
`PUT /recipes/:id`: update a specific Recipe.
`DELETE /recipes/:id`: delete a specific Recipe.
See handlers.rs for details.
add logging and remove requirement for .env
tested:
* registering
* logging in
* accessing login-only routes
* accessing admin-only routes
* token expiration

Co-authored-by: Victor Roest <[email protected]>
@jdonszelmann jdonszelmann mentioned this pull request Nov 4, 2021
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 this pull request may close these issues.

2 participants