Back to Home
Documentation
Everything you need to build amazing backends with ServCraft
Quick Start
# Install ServCraft CLInpm install -g servcraft# Create a new projectservcraft init my-api# Add modulesservcraft add auth users email# Start developmentcd my-api && npm run dev