Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.86 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.86 KB

Hack From Home: Talks

🗣 Code for APIs/React/Docker talks at HackFromHome, organized by Hackers@UPC.

Introduction

These three talks given during this hackathon online have the goal of introducing the concept of how to build an application from the backend using an API to the frontend using React and deploying them all using Docker.

Live demo

Talks

Implementing APIs with Flask + OpenAPI

Speaker: Albert Suarez

This talk has the goal of introducing the concept of how to build an API using Flask and OpenAPI. Using Python, we are gonna learn how to interact with a PostgreSQL database using SQLAlchemy, building the project using Connexion and learning what ReDoc is.

Intro to React with TypeScript

Speaker: David Aleu

The goal of this talk is to learn how to create a web application using React with Typescript. In addition, you will learn some useful libraries that could help you when you are developing a web application with React.

Setting up Docker-Compose w/ nginx + ReactJS + uWSGI + PostgreSQL

In this workshop you'll learn how to set up a production-ready environment that spins up the API server developed by Albert Suarez (accessed through uWSGI), the PostgreSQL database that the API queries to, the web client developed by David Aleu (ReactJS) and a reverse proxy (nginx) that will serve as an entrypoint to the project.

License

MIT © Hackers@UPC