Skip to content

Commit

Permalink
BASIL project version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Pellecchia committed Oct 13, 2023
1 parent 5965793 commit cc12065
Show file tree
Hide file tree
Showing 96 changed files with 46,860 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# BASIL
# <img src="app/src/app/bgimages/basil_black.svg" alt= "BASIL | The FuSa Spice" height="85">


# BASIL

A tool developed to support Software Specification analysis and Testable Requirements definition.

It comes with a web user interface to provide a simplified view of work item relationships and with a REST web api to simplify the integration in other toolchains.


## What is it for?

With BASIL you can decompose a Software Component Specification (or source code directly) in snippets and assign to each one a set of desired work items.

BASIL will help you on identifying gaps and on tracking progress.


## Supported Work Items

* Software Testable Requirements
* Test Specifications
* Test Cases
* Justifications
15 changes: 15 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# <img src="../src/app/bgimages/basil_black.svg" alt= "BASIL" height="85">

# BASIL - REST Api

This repository folder host the source code of the BASIL Web REST Api.

This project is based on a python framework named [Flask](https://flask.palletsprojects.com/en/2.3.x/).

## Development scripts (run from project root directory)
```sh

# Start the development server
python3 api/api.py

```
Loading

0 comments on commit cc12065

Please sign in to comment.