Simple messaging application, srh|bsdc exercise winter term 20/21
This is a super simple messaging app, realized as traditional web application with Nodejs, Express and file system only.
Getting started:
- Install dependencies
npm i
- Start server
npm run start
or
node main.js