This repository servers as a code container for a tutorial I wrote on Strapi's Blog.
- Strapi for CMS and API
- Next.js for frontend
These things are required before setting up the project.
- Git
- Ubuntu 18.04 or 20.04
- Node.js Read Guide
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
# navigate to backend directory
$ cd backend
# install dependencies
$ npm install
# served at http://localhost:1337
$ npm run develop
# navigate to frontend directory
$ cd frontend
# install dependencies
$ npm install
# served at http://localhost:3000
$ npm run dev
For detailed instructions, read the blog.
- You are welcome to make issues and feature requests.
- In case you get stuck somewhere, feel free to contact at Mail.