Skip to content

jet432/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Team Management App

Centralized team management system with FastAPI + Mongo-compatible backend and React + Material UI frontend.

Repository Structure

  • backend/ FastAPI REST API, service layer, schemas, tests
  • frontend/ React TypeScript app with role-aware pages and dashboard
  • infra/ Terraform phase-2 scaffold
  • scripts/ Deployment helper scripts

Backend

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

Quality commands:

black .
ruff check .
pytest

Frontend

cd frontend
npm install
npm start

Lint command:

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors