Live scan server to scan licenses using URL and file uploader
- Mentors
- Phil Ombredanne
- Organization
- AboutCode
This project is based on the building a web app that can take the user input of the plain-text code or it can take the input as the URL from where the code can be downloaded into the proper directories. It can also allow the user to upload files from the computer.
Once the user enters the information, the automating scripts will get the code. Some checks will be applied to check whether the given inputs are correct or not. Further, the scancode library can be used to analyse the user code. Finally, the analysed information will be stored in the database. The data exchange between the scancode and the web app is done using ABCD format as specified by the scancode documentation.
The final output will be shown to the user on demand using templates.