Skip to content

A simple web app that allows users to create and participate in discussion forums. Built using Node.js, Handlebars, and MongoDB.

Notifications You must be signed in to change notification settings

nicapos/discussion-forum

Repository files navigation

CCAPDEV-Discussion-Forum

This webapp, disqussip, is a discussion forum that provides an exchange of information between people about any particular topic. It provides a venue for questions and answers about various things in life.

https://disqussip.herokuapp.com

Getting started

  1. Clone the repository.
git clone https://github.com/nicapos/CCAPDEV-Discussion-Forum.git
  1. Navigate to the project folder.
  2. Run npm install to initialize and install the necessary modules.

Usage

To run the application, run node index.js.

Content

  • controllers - contains files which defines callback functions for client requests.
  • models - contains files for database modeling and access.
  • public - contains static assets such as css, js, and image files.
  • routes - contains files which describes the response of the server for each HTTP method request to a specific path in the server.
  • views - contains all hbs files to be rendered when requested from the server.
  • index.js - The main entry point of the web application.

About

A simple web app that allows users to create and participate in discussion forums. Built using Node.js, Handlebars, and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •