Skip to content

kevinnadar22/Fullstack-Template-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ FastAPI + Next.js Template

A modern full-stack template featuring a high-performance FastAPI backend and a Next.js 16 frontend.

� Documentation

Detailed documentation for each part of the stack can be found in their respective directories:

� Quick Start

To get up and running quickly:

  1. Backend:

    cd backend
    pip install -r requirements.txt
    python run.py --reload
  2. Frontend:

    cd frontend
    npm install
    npm run dev

Check the detailed READMEs above for complete setup including environment variables and database migrations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors