1.1.4 • Published 11 months ago
generate-backend-structure v1.1.4
generate-backend-structure
Backend Structure Generator is a Node.js package that automatically creates a standard backend folder structure in your project directory after installation.
Installation:
- npm install -g generate-backend-structure
Usage:
- it will start automatically after installation
Features:
- Automatically generates a backend folder structure upon installation.
Supports a modular architecture which including:
config directory for configuration files
- routes directory for API routes
- models directory for data models
- controllers directory for controller logic
- utils directory for utility functions
- middlewares directory for express middlewares functions
- tests directory for unit and integration tests
uploads directory for static content
.env file for environment variables
- .gitignore file for exclude specific files from git
- server.js main project file
Customization:
- While this tool provides a basic structure, you may need to customize it further based on your project's specific requirements. Feel free to modify the generated files and add additional directories or files as needed.
Contributing:
- If you'd like to contribute to this project, feel free to submit a pull request.