1.2.0 • Published 1 month ago

hapi-mvc v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

hapi-mvc

npm version License GitHub stars GitHub tag NPM Downloads


This is a Hapi.js project setup script designed to initialize your project structure and install required dependencies.

Project Overview

hapi-mvc provides a basic project structure and setup for starting a new Hapi.js project following the Model-View-Controller (MVC) pattern.

Getting Started

To get started with hapi-mvc, follow these steps:

  1. Installation: Clone the repository or download the source code to your local machine.

  2. Setup: Run the setup script to initialize the project structure and install required dependencies:

    npm install
  3. Custom Setup: After installing dependencies, execute the custom setup script to further configure your project:

    node install.js
  4. Configuration: Review and modify the .env file to configure your environment variables as needed.

  5. Start the Server: Run the server using the provided script:

    npm start
  6. Explore: Explore the generated project structure and start building your Hapi.js application.

Project Structure

The project structure follows a typical MVC pattern with the following directories:

  • controllers: Contains controller logic for handling requests.
  • config: Contains configuration files such as authentication strategies.
  • routes: Contains route definitions.
  • models: Contains data models or schemas.
  • helpers: Contains utility/helper functions.
  • templates: Contains template files for views (if applicable).
  • test: Contains test files for testing the application.

Contributing

Contributions to hapi-mvc are welcome! If you have suggestions, enhancements, or bug fixes, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

1.2.0

1 month ago

1.1.1

1 month ago

1.1.0

1 month ago

1.1.2

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago

0.1.10

1 month ago

0.1.11

1 month ago

0.1.12

1 month ago

0.1.13

1 month ago

0.1.14

1 month ago

0.1.15

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

0.2.1

1 month ago

0.1.2

1 month ago

0.2.0

1 month ago

0.1.1

1 month ago

0.1.16

1 month ago

0.1.8

1 month ago

0.1.17

1 month ago

0.1.7

1 month ago

0.1.18

1 month ago

0.1.19

1 month ago

0.1.9

1 month ago

0.2.3

1 month ago

0.1.4

1 month ago

0.2.2

1 month ago

0.1.3

1 month ago

0.2.5

1 month ago

0.1.6

1 month ago

0.2.4

1 month ago

0.1.5

1 month ago

0.1.0

1 month ago

0.0.12

1 month ago

0.0.11

1 month ago

0.0.10

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago