A collection of codes to make the base of a server that uses Node JS and MariaDB.
This collection purpose is to make life easier by providing a secure base to start the work on.
- Website hosting
- Database Management (includes sql)
- Secure user authentication (password hashing, cookie managment)
- Creating Tables
- Testing the software
- express
- argon2
- cookie-parser
- body-parser
- express-validator
- mariadb
- express-rate-limit