strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.08k stars 440 forks source link

Basic functionality #89

Closed staminna closed 2 years ago

staminna commented 2 years ago

Hi

Is the demo supposed to reset when you log out? I was using it as the skeleton to my new site, and when I stop the server and started again, everything was reset to Demo and lost my menus, etc..

Thanks Jorge

Mcastres commented 2 years ago

Hello @staminna 👋 No, it is not supposed to, unless you run the yarn seed command. This command will remove the database and re-create a new one with the default data.

staminna commented 2 years ago

Hi @Mcastres Correct!

Thanks :)