Vocacción is a Full Stack application web developed as personal project in Make It Real Bootcamp.
This application is structured in a monorepo.
Fisrt, clone the repository:
git clone https://github.com/joseniquen08/vocaccion.git
cd vocaccion
Next, you need to install the dependencies:
yarn
You have to go into the backend folder, then run the following command:
cd backend && yarn run start:dev
Later, in other terminal, you have to go into the frontend folder, then run the following command:
cd frontend && yarn dev
This will run the app in development mode.
The main API request URL is http://localhost:4000/graphql
The client request URL is http://localhost:3000
The frontend and backend environment variables are located in the file .env.example