💻 A repository for create documentations of projects.
- NodeJS
- MariaDB or MySQL
- Create a database with name: docfy
- Run: ./node_modules/.bin/sequelize db:migrate
- Edit database config in: config/database.js
module.exports = {
username: 'root',
password: '123',
database: 'docfy',
host: '127.0.0.1',
dialect: 'mysql',
};
npm install
npm start