Foodadvisor backend api not starting

System Information
  • Strapi Version: 3.2.5
  • Operating System: MacOS Catalina 10.15.7
  • Database: sqlite3
  • Node Version: v14.4.0
  • NPM Version: 6.14.9
  • Yarn Version:

hi Strapi team, I am trying to setup the foodadvisor strater template project for my next strapi based project implementation. I pulled the code from - GitHub - strapi/foodadvisor: 🥘 THE Strapi demo application
While client/frontend react project is starting fine, I am facing issue with backend API while running the seed data after npm install. Below are the error I get everytime whenever I try to execute the seed. Appreciate your help here …

npm start seed

api@0.1.0 start /Users/vsinha/Documents/development/workspace/strapi/strapi-store/api
strapi start “seed”

[2020-12-30T01:06:43.107Z] debug :no_entry: Server wasn’t able to start properly.
[2020-12-30T01:06:43.108Z] error Error: Field “Restaurant.note” already exists in the schema. It cannot also be defined in this type extension.

Field “Restaurant.noteDetails” already exists in the schema. It cannot also be defined in this type extension.