pouchdb-server icon indicating copy to clipboard operation
pouchdb-server copied to clipboard

Update example app and demonstrate some other best practices

Open rjcorwin opened this issue 8 years ago • 4 comments

I was having some issues getting the example todo app running and @vinz243 had a good request in #224 that on application first start it set up some security.

  • [x] Add a package.json so modules are available.
  • [x] Add a README with todos installation and start
  • [x] Disable admin party by creating an admin
  • [x] Setup todo database on app start
  • [ ] Setup validation
  • [ ] Setup users
  • [ ] Setup permissions

rjcorwin avatar Jun 28 '17 18:06 rjcorwin

Getting closer. It now creates an admin and then creates an app database using those admin credentials.

rjcorwin avatar Jun 28 '17 18:06 rjcorwin

application-server-boilerplate folder is now merged into todos folder

rjcorwin avatar Jun 28 '17 19:06 rjcorwin

@nolanlawson I may not get to the other items on my checklist so it may be good as is. I could squash the commits in this PR if you like.

rjcorwin avatar Jun 28 '17 19:06 rjcorwin

I'm in the middle of a crunch right no so I might not get to this for a couple of weeks but thank you so much for reviewing!!

rjcorwin avatar Feb 01 '18 17:02 rjcorwin