Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Web Development Essentials: Frontend Backend Database in LDE
Rating: 4.1 out of 5(123 ratings)
9,566 students

Web Development Essentials: Frontend Backend Database in LDE

Use Postman, Postbird and Chrome Developer Tools in a Docker Virtual Environment with a Postgres Database in locale
Created byLuca Nigido
Last updated 9/2022
English

What you'll learn

  • To get a development environment ready for development in few minutes instead of hours
  • To use the instructions of an open source project as a template for all your future projects
  • To configure and run one or more Postgres databases in a local environment
  • To run a local development environment with virtual machines, and run the frontend, the backend and the database on those virtual machines
  • To create your own editable copy of the frontend and backend open source projects in your own gitlab repository
  • To use the open source repositories of this course as a template for your projects

Course content

7 sections16 lectures1h 56m total length
  • Welcome to the course3:41
  • About the series1:31
  • Overview of the Project of the course10:02
  • The plan for the course0:25

Requirements

  • The only requisite is to be able to download and install software on your laptop

Description

In this course I show you how to run a frontend, a backend and a PostgreSQL database on your laptop, in a Docker Virtual Environment made of two containers, one for the frontend, one for the backend and the local database.

I assume you have a new laptop with nothing installed, so we start from the very beginning, installing Google Chrome, Docker Desktop, Vagrant, Postman, Postbird and VsCode.

I show you how to create a Gitlab account for the source code.

I show you a few schemas about how Google Chrome, Postman and Postbird are essential tools to ensure that the code you are writing is working, and then we use this tools to test the project on your laptop.

We use as project for the course an open source template project with a frontend, a backend and database that is ready to be run on a Docker Virtual Environment and is also ready to be deployed online with Kubernetes.


  • The frontend uses React, React Router, Recoil and Apollo GraphQL.

  • The backend uses NodeJs, Apollo GraphQL, and Prisma.

  • The database is a PostgreSQL

The template open source code project is the extreme simplification of a bigger and extreme complex project, and for this reason is fully featured and includes Single Sign On Authentication.

The open source project is from the public fullstackunicorn gitlab account and you can use it as a template for any of your future projects.


Who this course is for:

  • To a developer that wants a local development environment easy to setup and kubernetes ready
  • To any team that has experienced the issue “It works on my laptop, why is it not working on yours?”
  • To the windows user that wants to follow instructions using linux commands
  • To the frontend or backend developers that want a professional template that is not so easy to figure out and configure from scratch (It took us few days and few projects)
  • To anyone that wants a professional environment ready in less than 10 minutes
  • To anyone that was struggling to configure a virtual environment
  • To anyone that is experiencing issues with Virtualbox and vagrant (especially on a laptop with Apple chips)
  • To anyone that tried to have a Postgres database in locale but didn’t manage to make it work
  • To the complete beginner that is struggling to have his laptop ready for development
  • To anyone that wants to make his environment portable, and recreate it from scratch in less than 10 minutes on a new laptop