This website requires JavaScript.
Explore
Help
Sign In
notnull
/
mwe-comments
Watch
1
Star
0
Fork
1
You've already forked mwe-comments
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
mwe-comments
/
server
History
notnull
32afaf6824
first commit
2019-07-13 07:56:06 -04:00
..
api
first commit
2019-07-13 07:56:06 -04:00
db
first commit
2019-07-13 07:56:06 -04:00
.eslintrc
first commit
2019-07-13 07:56:06 -04:00
.gitignore
first commit
2019-07-13 07:56:06 -04:00
.prettierrc
first commit
2019-07-13 07:56:06 -04:00
ascii.js
first commit
2019-07-13 07:56:06 -04:00
index.js
first commit
2019-07-13 07:56:06 -04:00
package-lock.json
first commit
2019-07-13 07:56:06 -04:00
package.json
first commit
2019-07-13 07:56:06 -04:00
README.md
first commit
2019-07-13 07:56:06 -04:00
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