The project allows two API options:
- json-server
- local database (IndexedDB).
If you choose the first option, you will need to install the json-server package:
yarn add json-servercreate a db.json file (to be honest, it would be easier to copy it from the repo)
and run the API on http://localhost:3000:
json-server db.jsonand after that you can run the application and click "Yes" in the popup:
If you are too lazy to mess around with API settings or json-server installation is a problem for you, you should choose the second option (i.e. click "No" in the pop-up window above), then you can work with the demo version without additional efforts on your part.
In this case, you have two options: either start with fake source data or start with a "clean slate", i.e. with empty databases.
If you are running the application for the first time, you have two options: either start with fake source data (click "Yes" in the next pop-up window) or start with a “clean slate”, i.e. with an empty database (click "No").
If you have run the application before and entered any data, click "No" to avoid corrupting your data.
Now you are ready to run the demo version of the application. To do this, just click on the icon below:



Demo