Welcome to this hands-on practical session! In this workshop, you will learn how to connect an application frontend to an external database using an API client, while strictly keeping API credentials secure using environment variables (.env).
Follow these exact steps to run this project on your machine:
- Click the Fork button at the top right of this page to create a copy under your account.
- Clone your forked repository to your local computer:
git clone [https://github.com/YOUR_USERNAME/api-database-workshop.git](https://github.com/YOUR_USERNAME/api-database-workshop.git) cd api-database-workshop