From ae86002aea6fca3776423543b1f2cea9aa569d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Da=20Silva?= <73810823+asilvafx@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:51:11 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ac5869..a80283f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Overview -Welcome to the Free API project! This is a PHP API backend built using the F3 Fat-Free Framework and Webpack 5. The goal of this project is to provide a robust and easy-to-implement backend framework that supports REST API, Secure authentication, MVC architecture, Databases, and a user-friendly administration layout. +Welcome to the Free API project! This is a PHP API backend built using the F3 Fat-Free Framework. The goal of this project is to provide a robust and easy-to-implement backend framework that supports REST API, Secure authentication, MVC architecture, Databases, and a user-friendly administration layout. ## Features @@ -24,15 +24,16 @@ Welcome to the Free API project! This is a PHP API backend built using the F3 Fa To get started with the Free API, follow these steps: 1. **Clone the Repository**: - ```bash + ``` git clone https://github.com/asilvafx/free-api.git cd free-api + ``` 2. **Install Dependencies**: - ```bash - composer install + ``` + composer install + ``` - Upload the files to your FTP server, and follow the setup wizzard instructions on your browser! - All done! +Upload the files to your FTP server, and follow the setup wizzard instructions on your browser! From 6f62ba3b706b5569ad3e3468f40be0098c96d22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Da=20Silva?= <73810823+asilvafx@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:52:57 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a80283f..71b1425 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ To get started with the Free API, follow these steps: ``` 2. **Install Dependencies**: - ``` - composer install - ``` + ``` + composer install + ``` Upload the files to your FTP server, and follow the setup wizzard instructions on your browser!