An open API service indexing awesome lists of open source software.

https://github.com/mrkdqp/web-application

A web-application forum
https://github.com/mrkdqp/web-application

forum-application html-css-javascript javascript nodejs web-application

Last synced: 7 months ago
JSON representation

A web-application forum

Awesome Lists containing this project

README

          

# CCAPDEV
This repository is For a web application project. This project is a Web Forum used to post and comment by the users.
Instructions:
1. Open terminal in and go to the same terminal.
2. Type "npm init -y" to initialize the code.
3. Type "npm i express express-handlebars body-parser express-session mongodb mongoose bcrypt connect-mongodb-session multer" to install the necessary modules.
4. Type "node app.js" to run the server then go to localhost:3000 on the browser.

Sample Data
1. SampleData are located in the sampleData Folder
2. Run the app.js first to create the names of the collections
3. Import each of the json files to their respective collections based on their filenames in the MONGODBCOMPASS.
4. Refresh the page to show the updated values.
5. Structure of the database should look something like this:
- logindb
- login
- posts
- comments
- profiles

You may also just click this link: https://dlsuforumwebapp.onrender.com