Skip to content

This is a simple web application where users can posts comments in a forum. They can signup and login into their accounts (no security is provided). This application will be used in a stress test on the server where it will be hosted

Notifications You must be signed in to change notification settings

DiegoSalas27/Forum-App

 
 

Repository files navigation

Forum-App

This is a simple web application where users can posts comments in a forum. They can signup and login into their accounts (no security is provided). This application will be used in a stress test on the server where it will be hosted

Project installation

Clone the project. Run npm install in the root directory. You will need to install ts-node to compile typescript in time (JIT): npm install -g ts-node.

Start the project

You should be able to start the project by running: npm start. Open your browser and navigate to the following url: localhost:5000

Working with Pug

To work with pug, we can use the pug-cli: npm install pug-cli -g. This will allow us to parse the pug files into plain html by running the following command: pug -w ./views -o ./public/html -P.

Libraries used

https://flowbite.com/docs/components/modal/
https://pugjs.org/language/interpolation.html
https://tailwindcss.com/

DDoS Demo: https://www.youtube.com/watch?v=V0aIa173xyg

About

This is a simple web application where users can posts comments in a forum. They can signup and login into their accounts (no security is provided). This application will be used in a stress test on the server where it will be hosted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 37.0%
  • CSS 22.4%
  • Pug 18.7%
  • JavaScript 12.2%
  • TypeScript 9.7%