ravgeetdhillon / custom-controllers-strapi

Implementation Custom Controllers in Strapi using the example of a simple Messaging application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Custom Controllers in Strapi v4

This repository servers as a code container for a tutorial I wrote on Strapi's Blog.

Features

  • Strapi for CMS and API
  • Next.js for frontend

Prerequisites

These things are required before setting up the project.

Getting Started

Follow these instructions to get the project up and running.

# clone the repo
$ git clone https://github.com/ravgeetdhillon/custom-controllers-strapi.git

# change directory
$ cd custom-controllers-strapi

For Backend

# navigate to backend directory
$ cd backend

# install dependencies
$ npm install

# served at http://localhost:1337
$ npm run develop

For Frontend

# navigate to frontend directory
$ cd frontend

# install dependencies
$ npm install

# served at http://localhost:3000
$ npm run dev

For detailed instructions, read the blog.

Tech Stack

Authors

Extra

About

Implementation Custom Controllers in Strapi using the example of a simple Messaging application.

License:MIT License


Languages

Language:JavaScript 98.8%Language:SCSS 0.9%Language:Shell 0.3%