Before starting this, please look at this requirements link and make sure, then go to the below.
Static Version
Open the goca-static/goca-ng
folder in Visual Studio Code and open a terminal
on that folder and run these commands one by one.
npm install
ng serve
- Go To localhost:4200
- Done
Folder

Dynamic Version
Strapi CMS
- Open the
goca-with-strapi/goca-api
and update theconfig/plugin.js
file as the cloudinary credentials. config/database.js
and update as your PostgreSQL credentials.- Create database as named
goca-api
and restore thegoca-api-data
from downloaded bundle. npm install
npm run develop
- Go To localhost:1337
- Login by the credential
Email: [email protected]
Password: goca1EnvyTheme
- Done
Goca API Data Folder

Angular Frontend
Open the goca-with-strapi/goca-strapi
folder in Visual Studio Code and open a terminal
on that folder and run these commands one by one.
npm install
ng serve
- Go To localhost:4200
- Done
Still, confused? Don’t worry! Check the installation and configuration Video Tutorial below-