Domain Categorization and Management
Get the right flavor of Docker for your OS...
Note: The recommended requirement for deployment of this project is 4 GB RAM. For Docker for Mac, this can be set by following these steps:
Open Docker > Preferences > Advanced tab, then set memory to 4.0 GiB
-
Copy your env vars:
cp etc/env.dist .env
-
Build containers:
make build
-
Run Containers
make up
-
Run flask logs in the terminal
make logs
-
Application running at:
localhost:5000
Run live flask logs in the terminal
make logs
Stop containers
make stop
Remove containers
make down
Shell into container
make shell
Run pre-commit:
pre-commit run --all-files
Count lines of code
make loc
- To access the api documentation to this project, visit:
localhost:5000
We welcome contributions! Please see here for details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.