Before starting this please have a look at this requirements link and make sure, then go to the below.
If you decided to use the Static version of Spet then please jump to 2.
- Open the
spet-without-strapi folder and open a terminal/bash/command
on that folder and run these commands one by onenpm install
npm run develop
- Go to localhost:8000
- Done
Folder Structure

Strapi Version
1. Open the spet-with-api/spet-api
and update the config/plugin.js
file as the cloudinary credentials.
2. Open the pgAdmin server & create a database name spet-api
and restore the spet-api-data
from the downloaded bundle.
3. Open the config/database.js
and update your PostgreSQL credentials & database name..
4. Run the command npm install
5. Run the command npm run develop
6. Go To localhost:1338
7. Login by the credential Email: [email protected]
Password: EnvyTheme1
8. Done
- Now open the
spet
a folder which is in that directory likespet-with-strapi
/spet and follow like below by opening another command prompt in this folder.npm install
npm run develop
http://localhost:8000/
- Done
Still confused? Don’t worry! Check the referenced installation and configuration Video Tutorial below
Here is Video Tutorial, we have done the exact same thing for other Strapi projects, just follow the concepts.