Skip to content

tymsoncyferki/ClickGuard_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClickGuard API

Running API

In order to run the app:

  • install python > 3.11
  • specify OPEN_API_KEY in .env file
  • install requirements by running
    pip install -r requirements.txt
  • to start the service run
    python main.py
  • service will be running on localhost:8080

Running tests

In order to run tests, in the main folder run:
PYTHONPATH=. python -m unittest discover -s tests -p "test_*.py"

About

Backend service for ClickGuard chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors