We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e8afe commit b1a9a88Copy full SHA for b1a9a88
README.md
@@ -23,8 +23,9 @@ JSON CMS
23
- if you want to rebuild the database `node server.js rebuild`
24
- if you want to run the server normally it is `node server.js` or `npm start`
25
4. After running go to this address:
26
-
27
- http://locahost:7890/
+ - `http://localhost:7890/page` is my proof of concept currently
+ - `http://localhost:7890/api/pages/1/comments`
28
+ - `http://localhost:7890/api/pages/1/blocks`
29
30
### To contribute:
31
package.json
@@ -8,6 +8,6 @@
8
"dependencies": {
9
"express": "3.0.2",
10
"sequelize":"1.4.1",
11
- "password-hash":"1.2.1",
+ "password-hash":"1.2.1"
12
}
13
0 commit comments