Git Product home page Git Product logo

cs493-cloud-dev's Introduction

cs493-cloud-dev

A series of assignments from my course at Oregon State University. In this course, I've had the opportunity to learn more about what goes into Cloud App Development, as well as get hands on experience in:

  1. Designing and implementing RESTful APIs using appropriate HTTP methods to access API resources.
  2. Evaluating different approaches to representing data in API requests and responses, and for alerting users of errors.
  3. Employ secure mechanisms for authenticating users, and authorizing the use of specific endpoints.
  4. Create a publicly available cloud API.
  5. Use modern tools and techniques for storing API data, and to replicate and synchronize data to ensure data safety and consistency.

testing with postman / newman

Postman (API client for creating, sharing, and testing APIs), and Newman (command-line collection runner for Postman) was used to test the RESTful APIs. image

assignments 1, 2, 3

These initial assignments cover setting up a basic application and deploying it on Google App Engine using Python and Flask. Assignments also cover the design, implementation, and testing of REST APIs deployed on the cloud. Assignment 2 uses Google's Cloud Datastore to store the entities, "Businesses" and "Reviews." Assignment 3 on the other hand, will use MySQL, and also implement links and pagination. Additionally, the app will be deployed using a Docker container on a virtual machine using Goolge Computer Engine, instead of Google App Engine.

assignments 4 & 5

For Assignment 4, a simple client was implemented. A user is shown a 'Welcome' page with a link that sends a request to the Google OAuth 2.0 endpoint. From there, the program should handle everything from sending requests, receiving redirects + access codes + access tokens, sending POST requests, and displaying 'User Information' afterwards. Assignment 5 was the implementation of an application that generates JWTs and also contains REST APIs, in which some resources are protected and require valid JWTs for making requests.

assignment 6 (portfolio project)

In this final assignment / portfolio project, I implemented a complete RESTful API for an application called Tarpaulin (a lightweight course management tool that's an 'alternative' to Canvas'). There are (3) types of users: admin, instructor, and student. Depending on the resource requested, only users with certain roles will have access to the endpoints.

image

cs493-cloud-dev's People

Contributors

wleejess avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.