filipebezerra / FSND

This public repository contains the products of my hard and determined work completing the Full-Stack Nanodegree program from Udacity

Home Page:https://thecrew-app.herokuapp.com/login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full-Stack Nanodegree projects

This public repository contains the products of my hard and determined work completing the Full-Stack Nanodegree program from Udacity.

Fyyur: Artist Booking Site

Fyyur is a musical venue and artist booking site that facilitates the discovery and bookings of shows between local performing artists and venues. This site lets you list new artists and venues, discover them, and list shows with artists as a venue owner.

The project

My job was to build out the data models to power the API endpoints for the Fyyur site by connecting to a PostgreSQL database for storing, querying, and creating information about artists and venues on Fyyur.

Tech Stack:

  • SQLAlchemy ORM library
  • PostgreSQL database
  • Python3 server language and Flask micro framework
  • Flask-Migrate for creating and running schema migrations
  • HTML, CSS, and Javascript with Bootstrap 3 for the website's frontend

Trivia API

Trivia API is the backend application that makes the Trivia web application works.

The project

Tech Stack:

  • SQLAlchemy ORM library
  • PostgreSQL database
  • Python3 server language and Flask micro framework
  • Flask-Migrate for creating and running schema migrations
  • Unittest for unit and integration tests
  • Swagger for documenting the API
  • ReactJS for the website's frontend

Coffee Shop Full Stack

Coffee Shop is a new digitally enabled cafe for students to order drinks, socialize, and study hard.

The project

Tech Stack:

  • SQLAlchemy ORM library
  • PostgreSQL database
  • Python3 server language and Flask micro framework
  • python-jose for validating JWT
  • Unittest for unit and integration tests
  • Swagger for documenting the API
  • Ionic for the website's frontend

Learnings

The main challenge with this project it was to properly handle security concerns to user access and permissions using RBAC model and JSON Web Tokens (JWT for short) an open, industry standard RFC 7519.

Also integrating with Auth0 services to manage and authorize users within the application.

Deploy Your Flask App to Kubernetes Using EKS

Deploy Your Flask App to Kubernetes Using EKS was an practical hands on done for my Full Stack Developer formation in the Udacity's nanodegree program.

The project

My job was to containerize and deploy a Flask API to a Kubernetes cluster using Docker, AWS EKS, CodePipeline, and CodeBuild.

Tech Stack:

  • Python3 server language and Flask micro framework
  • Docker for containering the application
  • Kubernetes for orchestrating the containers
  • AWS EKS for the cluster
  • AWS Systems Manager Parameter Store for securely storing secrets
  • AWS CodePipeline pipeline triggered by GitHub (CD or Continuous Delivery)
  • AWS CodeBuild for stage for building, testing, and deploying the code (CI or Continuous Integration)

Learnings

The main challenge with this project it was to put all the pieces together since it's nothing trivial to automate all your software engineering processes, but in the end of the day having a full automated pipeline makes life easier.

Capstone - TheCrew Casting Agency

The TheCrew is a Casting Agency company that is responsible for creating movies and managing and assigning actors to those movies.

The project

So TheCrew API is the backend application that serves and accepts JSON data for our applications and third-party applications.

Tech Stack:

  • SQLAlchemy ORM library
  • PostgreSQL database
  • Redis NoSQL key/value database for caching API responses
  • Python3 server language and Flask micro framework
  • python-jose for validating JWT
  • Unittest for unit and integration tests
  • Swagger for documenting the API
  • Bootstrap-Flask library for Bootstrap 4 helper for Flask/Jinja2
  • Heroku where the applications is deployed

Learnings

The main challenge with this project it was to build a real production-ready REST API.

About

This public repository contains the products of my hard and determined work completing the Full-Stack Nanodegree program from Udacity

https://thecrew-app.herokuapp.com/login


Languages

Language:Python 59.2%Language:HTML 14.1%Language:JavaScript 10.1%Language:TypeScript 10.0%Language:CSS 4.9%Language:SCSS 1.3%Language:Mako 0.3%Language:Shell 0.1%