forked from notnull/mwe-comments
.. | ||
api | ||
db | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
ascii.js | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md |
MWE of Sequelize Association for comments
To run:
- git clone
npm i
createdb mwe-comments
npm run seed
-npm start
- open http://localhost:1337/api/comments in browser