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
- Host: GitHub
- URL: https://github.com/justpowerful/expressjs-mysql-blog
- Owner: JustPowerful
- Created: 2020-06-19T19:46:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:05:44.000Z (over 3 years ago)
- Last Synced: 2023-03-10T01:46:18.315Z (about 3 years ago)
- Topics: blog, database, express, express-js, expressjs, mysql, nodejs-express, sql, sql-files
- Language: HTML
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`

- Change the session secret in `/config/session.json`
- Import the sql files from the `SQL` folder after creating a database


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