https://github.com/aymen94/my-light-blog
😄 easy blog with Node.js, expressjs, mysql, materializecss
https://github.com/aymen94/my-light-blog
expressjs helmet jquery material-design materializecss mysql nodejs
Last synced: about 2 months ago
JSON representation
😄 easy blog with Node.js, expressjs, mysql, materializecss
- Host: GitHub
- URL: https://github.com/aymen94/my-light-blog
- Owner: aymen94
- Created: 2018-08-12T12:32:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T15:23:24.000Z (over 6 years ago)
- Last Synced: 2025-04-18T16:27:12.207Z (about 2 months ago)
- Topics: expressjs, helmet, jquery, material-design, materializecss, mysql, nodejs
- Language: HTML
- Homepage:
- Size: 451 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-light-blog
easy blog with nodejs, expressjs, mysql, materializecss# all the code is commented
## Technologies and framework used
- expressjs
- mysql
- materializecss
- helmet
- ejs## Features
- Create/Edit/Delete Post/Category/User
- express-session Authentication
- crypto-js Password Hash
- helmet security
- materializecss ui framework
- view engine ejs## Server Side Dependencies
````
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.13.0",
"mysql": "^2.16.0"
````## Installation
### 1. Clone the repo
git clone https://github.com/aymen94/my-light-blog.git
or
fork### 2. Install Dependencies
npm install
## Contributingcontributions are more than welcome!
## Screen

