Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaiorano/nodejs-docfy
:computer: A repository for create documentations of projects.
https://github.com/fsmaiorano/nodejs-docfy
bcrypt body-parser connect-flash eslint express express-session hightlight markdown-it method-override mysql2 nodemon nunjucks sequelize
Last synced: 19 days ago
JSON representation
:computer: A repository for create documentations of projects.
- Host: GitHub
- URL: https://github.com/fsmaiorano/nodejs-docfy
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-05-08T01:48:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T23:23:27.000Z (over 6 years ago)
- Last Synced: 2024-11-05T13:16:12.152Z (2 months ago)
- Topics: bcrypt, body-parser, connect-flash, eslint, express, express-session, hightlight, markdown-it, method-override, mysql2, nodemon, nunjucks, sequelize
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NodeJs-Docfy
:computer: A repository for create documentations of projects.
# dependencies:
- NodeJS
- MariaDB or MySQL# database:
- Create a database with name: docfy
- Run: ./node_modules/.bin/sequelize db:migrate
- Edit database config in: config/database.js
```js
module.exports = {
username: 'root',
password: '123',
database: 'docfy',
host: '127.0.0.1',
dialect: 'mysql',
};
```## run:
```js
npm install
npm start
```