OzzGenerator

The aim of this project; A nodejs project is intended to create the framework structure, to establish the necessary structure, architecture, and to do this in a regular, readable form.

View the Project on GitHub ryuz4k1/OzzGenerator

OzzGenerator

Use the application generator tool script, ozz-generator, to quickly create an application skeleton.

Requirements

This is a bash script. For this reason, Mac OS X and Unix works on all operating systems.

Project Structure

myProject/
├─ bin
|   ├─ wwww #build and start server file
├─ public
│   ├─ images
│   ├─ js
│   ├─ stylesheets
├─ src/
│  ├── api/
│  ├── controllers/
│  │      ├── index-controller.js
│  ├── helpers/
│  │      ├── connection.js
│  │      ├── utils.js
│  │      ├── types.js
│  ├── middleware/
|  |      ├── exception-middleware.js          
│  ├── models/
│  ├── views/
|  |      ├── index.ejs
│  ├── app.js  
│  ├── config.json
├─ test/
├─ package.json
└─ 

Usage

Step 1 - Github

Step 2 - Run Script

Step 4 - Start server

Author