- REST api backend to store guestbook posts with simple authentication and apikey usage for admin requests
- Angular frontend with Material Design theme
- WYSIWYG editor
- admin login to delete posts
Software | Link |
---|---|
Angular | https://angular.io/ |
Angular Material | https://material.angular.io/ |
Angular Editor | https://www.npmjs.com/package/@kolkov/angular-editor |
Expressjs | https://expressjs.com/ |
bcrypt | https://www.npmjs.com/package/bcrypt |
sqlite3 | https://www.npmjs.com/package/sqlite3 |