Skip to content

cuulee/foodadvisor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodAdvisor Quick Start

1. Clone FoodAdvisor

Clone FoodAdvisor

Path: ./my-projects/:

git clone https://github.com/strapi/foodadvisor.git

Navigate to your ./my-projects/foodadvisor folder by running cd foodadvisor from your command line.

2. Start Strapi

Naviagte to your ./my-projects/foodadvisor/api folder by running cd api from your command line.

In ./my-projects/foodadvisor/api, run the following from your command line:

yarn && yarn run seed && yarn develop

Then, follow Step 2. Create an admin user to create an Administrator.

You will find more information and options in the api README.

3. Start the front-end

Navigate to your ./my-projects/foodadvisor/client folder by running cd client from your command line.

In ./my-projects/foodadvisor/client, run the following from your command line:

yarn && yarn start

You will find more information and options in the client README.

About

🥘 THE Strapi demo application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • HTML 2.8%
  • Handlebars 1.1%