An open API service indexing awesome lists of open source software.

https://github.com/strapi/foodadvisor-migration-example


https://github.com/strapi/foodadvisor-migration-example

Last synced: 8 months ago
JSON representation

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