mwe-comments/server/README.md
2019-07-13 07:58:17 -04:00

11 lines
205 B
Markdown

# 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