https://github.com/strapi/foodadvisor-migration-example
https://github.com/strapi/foodadvisor-migration-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strapi/foodadvisor-migration-example
- Owner: strapi
- License: mit
- Created: 2022-05-26T09:41:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T08:12:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T22:29:58.826Z (over 1 year ago)
- Language: JavaScript
- Size: 31.1 MB
- Stars: 2
- Watchers: 17
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FoodAdvisor Migration Example
Welcome to FoodAdvisor Migration Example
the purpose of this repo is to provide an example of a code migration from a V3 Strapi application to a V4 Strapi application
## Structure
you can check the V3 version through the V3 directory and V4 migrated version through the V4 directory
## Running the apps
- To run V3 version:
```
cd V3 && yarn && yarn develop
```
- To run V4 version:
```
cd V4 && yarn && yarn develop
```
## Useful Resources
- Migration Guide: https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides.html
- Codemods: https://github.com/strapi/codemods