Skip to content

Commit

Permalink
bohr functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnachtigall committed Dec 26, 2023
1 parent d66b545 commit 8d4a4b5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,23 @@ Agora, você também já pode criar um repositório no GitHub para seu novo proj
Então, você pode agora navegar para a página do seu novo projeto e aproveitar do CI/CD do Bohr junto com as GitHub Actions para fazer deploys automáticos das suas alterações.
![página do projeto](https://github.com/bohr-io/docs/assets/69644385/4d4d21a9-9c50-44e0-a73b-4778f5f6c1a7)

### Publicando o **back-end**

Utilizando as **Bohr Functions** também é possível publicar seu **back-end** de forma fácil e rápida, para isso basta colocar sua API (em Node.js) na pasta "api/core" como mostrado abaixo.

![Código back-end](https://github.com/bohr-io/portfolio-template/assets/69644385/d288c12c-6959-4ce2-ba42-51d432fcc63c)

Para utilizar seu back-end, basta acessar a url do seu projeto adicionando o caminho "/api".

![Acessando a API](https://github.com/bohr-io/portfolio-template/assets/69644385/ab28aa07-0229-4572-b505-f8dffd46c365)

## Funcionalidades

Conheça outros recursos da plataforma:

### Fullstack

Você pode publicar projetos com **front-end** e **back-end**. Basta colocar sua API (em Node.js) na pasta API. Você pode obter mais informações no template [Dashboard](https://docs.bohr.io/docs/dashboard-template), por exemplo.
Você pode publicar projetos com **front-end** e **back-end**. Basta colocar sua API (em Node.js) na pasta API. Você pode obter mais informações no template [Dashboard](https://docs.bohr.io/docs/Templates/dashboard-template), por exemplo.

### Logs

Expand Down
13 changes: 12 additions & 1 deletion i18n/en/docusaurus-plugin-content-docs/current/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,24 @@ Now, you can also create a GitHub repository for your new project by clicking th
Then, you can navigate to your project's page and benefit from bohr.io's CI/CD along with GitHub Actions to automatically deploy your changes.
![project page](https://github.com/bohr-io/docs/assets/69644385/4d4d21a9-9c50-44e0-a73b-4778f5f6c1a7)

### Publishing the **back-end**

With **Bohr Functions** it is also possible to publish your **back-end** quickly and easily, simply place your API (in Node.js) in the "api/core" folder as shown below.

![back-end code](https://github.com/bohr-io/portfolio-template/assets/69644385/d288c12c-6959-4ce2-ba42-51d432fcc63c)

To use your back-end, simply access your project's url by adding "/api" to the path.

![using your API](https://github.com/bohr-io/portfolio-template/assets/69644385/ab28aa07-0229-4572-b505-f8dffd46c365)


## Features

Discover other platform capabilities:

### Fullstack

You can publish projects with both **front-end** and **back-end**. Just place your API (in Node.js) in the API folder. You can find more information in the [Dashboard Template](https://docs.bohr.io/docs/dashboard-template), for example.
You can publish projects with both **front-end** and **back-end**. Just place your API (in Node.js) in the API folder. You can find more information in the [Dashboard Template](https://docs.bohr.io/docs/Templates/dashboard-template), for example.

### Logs

Expand Down

0 comments on commit 8d4a4b5

Please sign in to comment.