🗣 Code for APIs/React/Docker talks at HackFromHome, organized by Hackers@UPC.
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.
- 🎨 React frontend
- 🔴 API endpoint
- 📄 API documentation
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.
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.
Speaker: Alaa Moucharrafie
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.
MIT © Hackers@UPC