Skip to content

naruhitokaide/Next.js-cariber

Repository files navigation

Getting Started

  1. clone the repo
  2. cd into the repo directory in your machine
  3. run
    1. npm install or yarn install to install packages
    2. npm run dev or yarn dev to run the project
    3. open browser and go to http://localhost:3000

In order to connect to Local NestJS Backend,

please change from https://nestjs-dev.cariber.co to http://localhost:3000 (or wherever the NestJs Backend is running)

in /apiNest/models/contact.ts

In order to connect to Local Strapi Backend,

please change from https://strapi.cariber.co to http://localhost:1337 (or wherever the Strapi Backend is running)

in /apiStrapi/models/contact.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages