chore(overige-objecten-api): migrate the overige-objecten-api to Strapi 5#1412
Open
AliKdhim87 wants to merge 3 commits intodevelopment-strapi-v5from
Open
chore(overige-objecten-api): migrate the overige-objecten-api to Strapi 5#1412AliKdhim87 wants to merge 3 commits intodevelopment-strapi-v5from
AliKdhim87 wants to merge 3 commits intodevelopment-strapi-v5from
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dd69ae4 to
4edbaa9
Compare
4edbaa9 to
bb3cce1
Compare
bb3cce1 to
d5555dd
Compare
d5555dd to
b67e8c0
Compare
b67e8c0 to
6c0df60
Compare
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Beschrijving
Deze pull request bevat de migratie van de overige-objecten-api naar Strapi v5 binnen het PDC-dashboard.
Daarnaast zijn er een aantal verbeteringen doorgevoerd:
uipackage, zodat deze correct gebruikt kan worden door de overige-objecten-apiHoe kun je dit testen?
Zonder Docker
Environment variabelen genereren
.envbestanden voor:pdc-dashboardpdc-frontendHandmatig .env toevoegen voor overige-objecten-api
Maak een
.envbestand aan in:Voeg de volgende variabelen toe:
Start de applicaties
pdc-dashboardoverige-objecten-apiWat moet je testen?
1. KISS Preview functionaliteit
2. Create & Update functionaliteit
Test het aanmaken en updaten van:
Gebruik hiervoor Swagger: http://localhost:4001/api/v2/api-docs/
Voorbeeldresponses zijn te vinden in:
apps/overige-objecten-api/src/mocksMet Docker
Je kunt de instructies volgen via de volgende link: https://github.com/frameless/strapi/tree/development-strapi-v5?tab=readme-ov-file#start-the-server-using-docker
#1376