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

https://github.com/justpowerful/expressjs-mysql-blog

a simple blog using nodejs express and mysql
https://github.com/justpowerful/expressjs-mysql-blog

blog database express express-js expressjs mysql nodejs-express sql sql-files

Last synced: 27 days ago
JSON representation

a simple blog using nodejs express and mysql

Awesome Lists containing this project

README

          

# [1] This is a blog written in mysql and nodejs express framework
a simple blog using nodejs express and mysql

## Requirements :
- Mysql database
- Nodejs

## Custom Versions ?
- [expressjs-sqlite-blog](https://github.com/JustPowerful/expressjs-sqlite-blog)

## How to use ?
- First you need to change the sql database informations in `/config/database.json`

![sql-info](https://www.mediafire.com/convkey/a4a9/qki7ar2a6lz0q9zzg.jpg)

- Change the session secret in `/config/session.json`

- Import the sql files from the `SQL` folder after creating a database

![sql-files](http://www.mediafire.com/convkey/9c59/blt0vp9ipiexduczg.jpg)

![sql-import](http://www.mediafire.com/convkey/56d9/01o11v80j8ftqbuzg.jpg)

- Now you can launch the `app.js` using node