Skip to content

sandiprb/strapi-forum

Repository files navigation

Strapi application

API Features

  1. Forum questions

    • Strapi User model as author
    • Users can like questions
    • Increase view count on questions
  2. Forum Answers

    • Strapi User model as author
    • Users can like/dislike questions
    • Each answer is associated with a Forum Question - ForeignKey
  3. Forum Comments

    • Strapi User model as author
    • Users can like/dislike questions
    • Each answer is associated with a Forum Answer - ForeignKey

Build Setup

# install dependencies
$ yarn

# serve admin localhost:1337/admin
$ yarn develop

# build for production and launch server
$ yarn build
$ yarn start

About

Strapi CMS based forum

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •