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

Add routes logic for users and articles #108

Merged
merged 4 commits into from
May 23, 2023

Conversation

atxr
Copy link
Contributor

@atxr atxr commented May 23, 2023

This PR aims to set basis for the python migration of the backend.
I implemented a scheme of what could the new backend look like.

You will find some dummy data and functions to test the routes, but most of the important functions are partially/not implemented.

atxr added 2 commits May 23, 2023 20:47
Add basis for the article routes
The functions are not implemented yet
Add basis (functions not implemented) for user routes
@atxr atxr requested a review from ctmbl May 23, 2023 19:14
@atxr atxr self-assigned this May 23, 2023
@atxr atxr added Priority: Medium The Issue must be addressed as soon as possible backend about the website backend (endpoints, API,...) backend refactoring labels May 23, 2023
@ctmbl ctmbl merged commit 1a4de6c into iScsc:backend/python May 23, 2023
@atxr atxr deleted the backend/python branch May 23, 2023 20:18
@ctmbl ctmbl linked an issue Jun 2, 2023 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend refactoring backend about the website backend (endpoints, API,...) Priority: Medium The Issue must be addressed as soon as possible
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Refactor the website backend to a python flask backend
2 participants