Giter VIP home page Giter VIP logo

config-manager's Introduction

Config Manger Application

Overview

The config-manager is a web-based system designed to manage configuration items and generate service request documents based on templates. This application consists of a frontend built with Angular and a backend using Express.js.

Features

  • Configuration Item Management: Add, update, and delete configuration items.
  • Service Request Template Management: Add, update, and delete service request templates with conditions.
  • Document Generation: Generate service request documents based on templates and selected conditions.

Table of Contents

Getting Started

Prerequisites

  • Node.js and npm: Make sure you have Node.js and npm (Node Package Manager) installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/service-request-app.git
    cd service-request-app
  2. Install dependencies for the backend (Express.js):

    cd backend
    npm install
  3. Install dependencies for the frontend (Angular):

    cd ../frontend
    npm install

Usage

Running the Application

  1. Start the Express.js backend:

    cd backend
    node server.js

    The backend will run on http://localhost:3000.

  2. Start the Angular frontend:

    cd ../frontend
    ng serve

    The frontend will be accessible at http://localhost:4200.

  3. Open a web browser and navigate to http://localhost:4200 to access the Service Request Application.

API Endpoints

  • Configuration Item Management:

    • GET /config-items: Retrieve all configuration items.
    • POST /config-items: Create a new configuration item.
    • PUT /config-items/:id: Update an existing configuration item.
    • DELETE /config-items/:id: Delete a configuration item by ID.
  • Service Request Template Management:

    • GET /templates: Retrieve all service request templates.
    • POST /templates: Create a new service request template.
    • PUT /templates/:id: Update an existing service request template.
    • DELETE /templates/:id: Delete a service request template by ID.
  • Document Generation:

    • POST /generate-document: Generate a service request document based on selected templates and conditions.

Contributing

We welcome contributions from the community. If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License.

Please replace yourusername with your GitHub username and adapt the file paths and instructions to match your project's structure. Additionally, you can include any other relevant information or sections that you think would benefit your users and contributors.

config-manager's People

Contributors

cwk9852 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.