Skip to content

PolycarpusTack/soma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roboto Workload Management System

This is a monorepo for the Roboto Workload Management System, structured with a frontend (React + Tailwind) and backend (NestJS + Prisma).


🚀 Project Structure

apps/
├── frontend/   # React + CRACO + Tailwind
├── backend/    # NestJS + Prisma
scripts/        # Install, start, build, migrate, seed

📦 Setup Instructions

  1. Clone the repository
  2. Move your existing React and NestJS apps into apps/frontend and apps/backend
  3. Run the install script:
./scripts/install.sh
  1. Start the system:
./scripts/start.sh
  1. Access your app:

🌐 Environment Variables

Create .env files in both apps/frontend and apps/backend, based on:

  • apps/frontend/.env.example
  • apps/backend/.env.example

🔧 Scripts

Script What it does
install.sh Installs all dependencies
start.sh Starts both apps in parallel
build.sh Builds frontend and backend
migrate.sh Runs Prisma DB migrations
seed.sh Seeds test data (if implemented)

📖 License

FOSS license to be added — MIT, AGPL, or similar (TBD).

soma

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published