Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
Sep 1, 2020
May 29, 2020
Feb 20, 2019

README.md

FoodAdvisor Quick Start

1. Clone FoodAdvisor

Clone FoodAdvisor

Path: ./my-projects/:

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

2. Start Strapi from the ./api folder

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.

3. Start the front-end from the ./client folder

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.

About

πŸ₯˜ THE Strapi demo application

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.