Skip to content

enfyra/create-enfyra-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@enfyra/create-server

Create a new Enfyra server application with an interactive CLI setup.

🚀 Quick Start

# Using npx (recommended)
npx @enfyra/create-server my-project

# Using npm
npm init @enfyra/create-server my-project

# Using yarn
yarn create @enfyra/create-server my-project

# Using bun
bun create @enfyra/create-server my-project

📋 Requirements

  • Node.js >= 20.0.0
  • Package manager (npm ≥8.0.0, yarn ≥1.22.0, or bun ≥1.0.0)
  • Database server (MySQL, MariaDB, PostgreSQL, or MongoDB)
  • Redis server

🎯 What You Get

The interactive CLI sets up a complete NestJS application with:

  • Database integration (MySQL/PostgreSQL/MariaDB/MongoDB)
  • Redis caching
  • JWT authentication
  • Environment configuration
  • Development tools

📝 Getting Started

After creating your project:

cd my-project
npm run start

📚 Documentation

For detailed setup, API usage, and development guides, visit the Enfyra Installation Guide.

🔗 Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •