Texap Next.js Strapi

Local Installation

Local Installation

Before starting this please have a look at this requirements link and make sure, then go to the below.

If you decided to use Texap Strapi version then please jump into #2.

Static Version

  1. Open the texap-react-nextjs-static/texap folder and open a terminal/bash/command on that folder and run these commands one by one.
    1. npm install
    2. npm run dev
    3. Go To localhost:3000
    4. Done

Folder Structure

Dynamic Version

Strapi CMS

  1. Open the texap-react-nextjs-with-api/texap-api and update the texap-api/config/plugin.js file as the cloudinary credentials.
  2. Open the pgAdmin server & create the database name like texap-api and restore the texap-api-data from the downloaded bundle.
  3. Open the texap-api/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:1337
  7. Login by the credential Email: [email protected] Password: EnvyTheme2
  8. Done

Folder Structure

Texap API Data Folder

Next.js Frontend

3. Open the texap-react-nextjs-with-api/texap folder and open a terminal/bash/command on that folder and run these commands one by one.

  1. npm install
  2. npm run dev
  3. Go To localhost:3000
  4. Done

Folder Structure

Still confused? Don’t worry! Check the installation and configuration Video Tutorial below-

Please follow the referenced video to get the installation and setup process it will guide you to do that.