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

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

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


## Contributing

contributions are more than welcome!

## Screen
![Screenshot](https://raw.github.com/aymen94/my-light-blog/master/screen/home.png)

![Screenshot](https://raw.github.com/aymen94/my-light-blog/master/screen/login.png)

![Screenshot](https://raw.github.com/aymen94/my-light-blog/master/screen/dashboard.png)