Skip to content

A robust and scalable SaaS template built with FastAPI for the backend and Solara for the frontend. Ideal for developers looking to quickly start a new SaaS project.

Notifications You must be signed in to change notification settings

ersinaksar/cloud-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFreme Project

This project includes a Solara user interface that allows users to input their birth date details and a FastAPI backend server to process the data.

Requirements

  • Python 3.9+
  • FastAPI
  • Uvicorn
  • Requests
  • Solara

Installation

  1. Clone the project:

    git clone https://github.com/ersinaksar/cloud-frame
    cd CloudFreme
  2. Create a virtual environment and install dependencies:

    python -m venv venv
    source venv/bin/activate  # On Windows: .\venv\Scripts\activate
    pip install fastapi uvicorn requests solara

Usage

Start the FastAPI Server

Start the FastAPI server with the following command:

uvicorn main:app --reload --port 8000

docker-compose up --build

About

A robust and scalable SaaS template built with FastAPI for the backend and Solara for the frontend. Ideal for developers looking to quickly start a new SaaS project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published