- clone the repo
- cd into the repo directory in your machine
- run
npm install
oryarn install
to install packagesnpm run dev
oryarn dev
to run the project- open browser and go to
http://localhost:3000
please change from https://nestjs-dev.cariber.co to http://localhost:3000 (or wherever the NestJs Backend is running)
in /apiNest/models/contact.ts
please change from https://strapi.cariber.co to http://localhost:1337 (or wherever the Strapi Backend is running)
in /apiStrapi/models/contact.ts