zephyrsoftwares / checkflow-api

Flexible IT auditing software
0 stars 1 forks source link


Logo

The flexible IT auditing software.

CheckFlow allows you to fill checks for IT auditing and to build your own forms.
Explore the docs »

Prodcution · Development · Figma Project

Table of Contents
  1. About The Project
  2. Contributing

About The Project

TO DO: Complete

(back to top)

Technical Stack

TO DO: Complete

(back to top)

Contributing

TO DO: Complete

Prerequisites

TO DO: Complete

Installation

TO DO: Complete

  1. Fork the project
  2. Clone the forked repo
    git clone https://github.com/your_username/checkflow.git
  3. Build docker-compose
    docker-compose build
  4. Bootup docker-compose
    docker-compose up
  5. Create your feature branch
    git checkout -b MISC-XXXX
  6. Commit your changes
    git commit -m 'Added some features'
  7. Push to the branch
    git push origin MISC-XXXX

(back to top)