Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aram-ibrahim/server-base-files

A collection of codes to make the base of a server that uses Node JS and MariaDB.
https://github.com/aram-ibrahim/server-base-files

mariadb mariadb-database node-js nodejs security sql

Last synced: 6 days ago
JSON representation

A collection of codes to make the base of a server that uses Node JS and MariaDB.

Awesome Lists containing this project

README

        

# server-base-files
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.

# What is included:
### 1- Server side Node JS Javascript codes for:
- Website hosting

- Database Management (includes sql)

- Secure user authentication (password hashing, cookie managment)

### 2- Database SQL scripts for:
- Creating Tables

### 3- Login page in HTML for:
- Testing the software

# Requirements:
#### 1- Node JS

#### 2- MariaDB

##### 3-The Following Node JS modules:
- express

- argon2

- cookie-parser

- body-parser

- express-validator

- mariadb

- express-rate-limit