Skip to content

ctrlx-project/ctrl-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project requires these dependencies:

  • docker
  • python 3.10

Run make to see the available targets. Main app is available at http://localhost:5000 and the daemon at http://localhost:8000 in dev mode.

make dev # Start the database, main app and the scanner daemon
make stop # Stop the database (will be replaced by an interrupt handler later)
make clean # Stop the db, removes virtual environment and the db container. Data is kept
make reset # Similar to clean, but also removes the data

Note

  • If you're on windows, use WSL to run the project. Do not clone this repo into a mounted directory - performance will be terrible and virtual environment may not work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published