Installation
Overview
Instructions for getting started with the SaasCart project setup
Getting Started
Unzip the Downloaded Project
Unzip the file you received from your saascart account to view the directory structure.
Explore SaasCart Files
After extracting the file, you will see that SaasCart is organized into three primary components:
saascart-api
nextjs-saascart-frontend
nextjs-saascart-admin
saascart-documentation
Each component needs to be run separately and in a specific order.
Project Structure
1. Backend API
saascart-api
2. Frontend
nextjs-saascart-frontend
3. Admin Panel
nextjs-saascart-admin
4. Documentation
saascart-documentation
Installation Guide
To run the application, ensure you install and configure all three main parts of SaasCart. Follow the step-by-step installation guides linked below:
- For SaasCart API Installation, click here.
- For Next.js SaasCart Frontend Installation, click here.
- For Next.js SaasCart Admin Installation, click here.