Skip to content

Commit

Permalink
more small modifications for ease of use
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts18 committed Jan 10, 2013
1 parent f6e8afe commit b1a9a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ JSON CMS
- if you want to rebuild the database `node server.js rebuild`
- if you want to run the server normally it is `node server.js` or `npm start`
4. After running go to this address:

http://locahost:7890/
- `http://localhost:7890/page` is my proof of concept currently
- `http://localhost:7890/api/pages/1/comments`
- `http://localhost:7890/api/pages/1/blocks`

### To contribute:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"express": "3.0.2",
"sequelize":"1.4.1",
"password-hash":"1.2.1",
"password-hash":"1.2.1"
}
}

0 comments on commit b1a9a88

Please sign in to comment.