Skip to content

gcid12/Rings_backend

Repository files navigation

avispa

Tool to manually capture data into a local ring

"get_a" = Show all the rings of user "get_a_b" = Show all the items of ring / "get_a_b_c" = Show item // "get_a_x" = Show all collections from user "get_a_x_y" = Show collection from user "get_a_x_y_b" = Show ring / as part of collection "get_a_x_y_b_c" = Show item // as part of collection "post_a" = Create new ring for user "post_a_b" = Create new item in ring / "post_a_x" = Create new collection for user "put_a" = Update user "put_a_b" = Update ring / "put_a_b_c" = Update item // "put_a_x_y" = Update collection from user "delete_a" = Delete user "delete_a_b" = Delete ring / "delete_a_b_c" = Delete item // "delete_a_x_y" = Delete collection from user

Dev machine setup

  1. Clone repository

  2. Install AWSCLI in your computer. http://docs.aws.amazon.com/cli/latest/userguide/awscli-install-bundle.html

  3. Configure your AWSCLI

    • Obtain your AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from your Cloud admin.
    • Configure your AWSCLI. Enter the access key, secret key and region (us-east-1)
    $ aws configure
    
  4. from the project root, run :

$ source life/app_dependencies_dev.sh
  1. Run the dev flask version
$ python run.sh

About

Python + Flask backend for Rings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published