đ ī¸Getting set up
In this guide we will teach you how to build our project step by step.
Last updated
In this guide we will teach you how to build our project step by step.
Last updated
Prerequisites that we will have to have installed, here we will leave you a series of guides so that you can install it.
We will create our Hello folder in which we will store our frontend and backend.
Next we will open our visual studio, in the upper left part we will click on file and we will open the folder created previously.
We will open the terminal located at the top of visual studio.
A terminal will open at the bottom and we will put the following commands to be able to download from our public git repository
This would be our backend:
This would be our frontend:
Once the execution of these commands is finished, the 2 folders corresponding to the project will have been generated.
We will stay in the terminal to proceed to put the following commands, which will be to create the volumes that will contain the postgres database.
We will make a copy of the .env.example and rename it as .env, in the terminal we will write the following, we must do this both in the fronted and in the backend
In the .env of the back that we have created we must put the environment variables.
"adjust your variables"
And in the .env of the front we will put:
"adjust your variables"
We will raise the backend
Before we can launch the frontend we must install npm in order to have the necessary packages
We will execute yarn to download all the required packages
Finally we will execute the command to raise the frontend