Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days ago
JSON representation
A collection of codes to make the base of a server that uses Node JS and MariaDB.
- Host: GitHub
- URL: https://github.com/aram-ibrahim/server-base-files
- Owner: Aram-Ibrahim
- Created: 2024-09-03T11:32:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:22:44.000Z (5 months ago)
- Last Synced: 2024-11-21T08:30:04.088Z (3 months ago)
- Topics: mariadb, mariadb-database, node-js, nodejs, security, sql
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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