-
Notifications
You must be signed in to change notification settings - Fork 9
[DO NOT MERGE] Strapi demo #54
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
Draft
snmln
wants to merge
24
commits into
main
Choose a base branch
from
strapi-demo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
❌ Deploy Preview for veda-ui-next-test failed.
|
❌ Deploy Preview for stellar-horse-21a837 failed.
|
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.
This PR is meant for visibility on the Strapi demo work. This branch should NOT BE MERGED TO MAIN. This demo will not be visible through the netlify preview functionality.
To run this PR locally see the Getting Started section below.
To Do's:
[ ] Create Dataset collection typeOutside of scope[ ] Integrate Dataset collection fetching and consumptionOutside of scopeGetting Started:
To start a local version of the demo follow the instructions below.
Docker compose upthis will build the necessary containers. Caution: This step will take considerable time on initial build.cat <backup-file-name.sql> | docker exec -i postgres psql -U postgresThe most recent backup is located here: _db_backups/pgsql_backup_2025-04-16.sql
All backups are authored to the
_db_backups/folder, replace the <backup-file-name.sql> in the script with the most recently authored file.yarn db-gen-backupRunning Strapi:
Assuming that the containers were built successfully from the previous step you can begin to interface with the strapi ui
You might be prompted with one of 2 setup interfaces,
If you are presented with a standard login screen, the login credentials are the following:
Username: [email protected]
Password: Password1
If you are presented with a "first time setup" interface, you will be prompted to establish your own Admin credentials.
*Be sure to retain these credentials in some manner. If they are lost you will need to delete the docker volumes, image, and container, and rebuild strapi
Once logged in, you can start your local version of the front-end. Open an additional terminal window at the /root of the project run
yarn dev*For the Strapi preview functionality the front-end application needs to be running on localhost:3000. The preview functionality will take a moment to build for the first view
Setting up Docker: