Demo web forum app written in NodeJS.
To run locally you will need Node, Docker and Docker Compose installed:
npm install && docker-compose up
Technology | Role |
---|---|
SCSS | Application styles |
Pug | HTML template rendering |
Express | Web server |
MySQL | Data persistence |
NodeJS | Programming language |
Docker Compose | Dependencies, container orchestration |