Clone FoodAdvisor
Path: ./my-projects/:
git clone https://github.com/strapi/foodadvisor.git
Path: ./my-projects/api/:
Run the following from your command line:
cd api && yarn && yarn run seed && yarn develop
Then, follow Step 3. Create an admin user to create an Administrator.
You will find more information and options in the api README.
Path: ./my-projects/client/:
Run the following from your command line:
cd client && yarn install && yarn start
You will find more information and options in the client README.