strapi / foodadvisor-migration-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 65.2%Language:HTML 34.6%Language:Shell 0.2%