Building a fully functional webapp using GPT-3

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi there uh today i'm going to show you how to build a web app using enzyme all you have to do is to explain the app in english and then with enzyme we will be able to to build it within a few minutes you may have seen some of the examples where i'm showing how you can build a landing page or personal page but this time we'll be building a fully featured web application so you have to provide three different things one is the name of the web app the description that's the most important part obviously an optional email i'm going to explain later what that means so in this example i want to build simple crm i'll be keeping track of my customers and then invoices for for different services and let's see how that that works so basically the same thing that i that i said i'm just gonna explain it i'm just gonna write it down i want to have a web app where i can manage my customers and invoices for now we need to specify what kind of information we want to actually have for those customers and invoices so for each of the customers i want to have information such as uh let's say full name then their email obviously picture let's say their twitter handle um okay then for the for each of the invoices what do we want to keep for the invoices we want to have the invoice invoice number we want to have a description what that invoice is for uh what else invoice number description let's see the total amount of the invoice due date maybe uh and of course uh which customer it belong belongs to i think this is enough so i want to have our background so invoices for each of the customers okay grammarly twitter handle i want to have cool uh the email is used for uh when the web is created we need to be able to log in and see the customers and invoices so that's where the email is being used it can be automatically generated but that doesn't make a lot of sense so i'm gonna use mine here and then let's call it enzyme crm so now the process takes about uh two minutes three minutes max so let's see a few moments later great now we have our app generated for us and there are couple import a few important things we have the username and password the email that we used before that we entered before we have password how we can access that uh dashboard and then we have the link to the to our web app which is obviously locally on my local machine uh cool enzyme crm by enzyme hit login awesome so as you can see on the left side we already have the user which is actually the admin or how we manage the rest of the things here in the in the crm and then obviously we have the customer and invoice or we don't have a customer so let's create one demo customer then we have picture demo is that easy that works and now if you want to create an invoice we already have the customers listed here so if we go back and add multiple customers like customer 2 different picture and if we go to the voice part we should be able to see the two customers and then pick their the right customer for this invoice so let's say this some dummy this is not part of the of the building process it's not that important but i just wanted to show you how we can actually build all these functionalities just from that uh description awesome now we have the invoice total amount there are a bunch of other things here on the left as i said before the most important thing is the api documentation so not only the that you get to manage the customers and invoices and some other things around them but you can also use this as your api and build let's say mobile app afterwards the way how the api is described here doesn't really it's not it's not beautiful but yeah we can we can fix that afterwards the point is that let's let's try to query what like yeah let's use the customer api customers let's see all the customers on postman yeah awesome so we have the demo customer and the customer number two and then we have the typical uh actions that we can do with a typical rest api uh we can delete create update uh any of the entities that's really it it's that easy thanks for thanks for watching
Info
Channel: Enzyme
Views: 1,768
Rating: 4.9402986 out of 5
Keywords:
Id: o3c8ntxKWq0
Channel Id: undefined
Length: 6min 35sec (395 seconds)
Published: Tue May 11 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.