Skip to content

AfterQuery/FullStackBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTRUCTIONS

  1. The full assessment instructions will be sent to your email.

SUBMISSION

  1. PASTE YOUR DEMO VIDEO LINK HERE
  2. PASTE A LINK TO YOUR PRODUCTION DEPLOYMENT HERE
  3. MAKE SURE TO FILL OUT .ENV.EXAMPLE

Full Stack Starter Template

A clean monorepo structure for projects using Next.js (frontend) and FastAPI (backend).

Getting Started

Clone

git clone https://github.com/YOUR_USERNAME/fullstack-template.git
cd fullstack-template

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload

Visit:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published