Skip to content

basic crud app implimenting chalice to use as basis for web projects

Notifications You must be signed in to change notification settings

josiahcoad/chalice_crud

Repository files navigation

  • do a find and replace for "forthepeople" and replace with your app name (should be 8 occurances)
  • brew install httpie
  • python createtable.py
  • chalice local
  • echo '{"name": "josiah"}' | http POST localhost:8000/items
  • http GET localhost:8000/items
  • chalice deploy
  • source s3website.sh

About

basic crud app implimenting chalice to use as basis for web projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published