Skip to content

Commit

Permalink
Update dashboard-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-amaral authored Dec 11, 2023
1 parent d5ec978 commit 16840de
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ The **Dashboard Template** comes with some pre-configured environment variables

To access it, click on "**Publish**". bohr.io will publish both the front end and the API, which will already be connected to the database.

Simultaneously, bohr.io will create the repository on GitHub. You can check its creation by clicking on the GitHub icon in the upper right corner.
Simultaneously, bohr.io will create the repository on GitHub. You can check its creation by clicking the GitHub icon in the upper right corner.

You can view the code using **Visual Studio Code for Web** by clicking in the upper right corner. There, you will find an API folder. bohr.io uses [**Prisma**](https://www.prisma.io/ "Prisma"), which is an ORM (_object-relational mapping_) for database management.
You can view the code using **Visual Studio Code for Web** by clicking in the upper right corner. There, you will find an API folder. bohr.io uses [**Prisma**](https://www.prisma.io/ "Prisma"), an ORM (_object-relational mapping_) for database management.

In the code, you will also see a simple API that handles user CRUD operations.

The Dashboard Template is integrated with **reCAPTCHA** (you can change the key later). For your convenience, an instant login and password are provided, but you can change both.
The Dashboard Template is integrated with **reCAPTCHA** (you can change the key later). An instant login and password are provided, but you can change both.

Upon entering, you will see an example of the API making requests directly to the database. On this screen, you can modify the data.

This template has documentation in **OpenAPI** format. To access it, add `/doc` to the end of the URL, where you can directly call methods for user creation, for example.
This template has documentation in **OpenAPI** format. To access it, add `/doc` to the end of the URL, where you can directly call methods for user creation, for example.

0 comments on commit 16840de

Please sign in to comment.