SaasCart API Installation
Before you start, confirm that your system meets the required specifications outlined for setting up the SaasCart API.
Getting Started with SaasCart API
1. Open SaasCart API Directory
Navigate to thesaascart-api
directory that you downloaded from CodeCanyon.
2. Environment Settings
- Change the values to the following keys in the
.env
file:
localhost
with the current running port in APP_URL
. For example:
APP_URL=http://localhost:8000
DB_DATABASE=saascart
DB_USERNAME=root
DB_PASSWORD=database_password
Ensure
APP_URL
is set correctly. Incorrect configuration may affect features like uploading, downloading, and displaying images. Double-check to ensure accuracy. 3. Install Required Dependencies
In thesaascart-api
folder, run the following command to install the required dependencies: