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
- Host: GitHub
- URL: https://github.com/mrkdqp/web-application
- Owner: mrkdqp
- Created: 2024-08-02T08:00:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:54:19.000Z (about 1 year ago)
- Last Synced: 2025-01-25T00:18:59.102Z (9 months ago)
- Topics: forum-application, html-css-javascript, javascript, nodejs, web-application
- Language: CSS
- Homepage: https://dlsuforumwebapp.onrender.com
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- profilesYou may also just click this link: https://dlsuforumwebapp.onrender.com