APIKEY-HUB is a simple API key manager for developers and their projects. It is a simple and easy-to-use API key manager that allows developers to manage their API keys in a single place. It provides a simple interface for developers to add, update, and delete API keys for their projects. APIKEY-HUB is open-source and free to use.
- Add API keys for your projects.
- Update API keys for your projects.
- Delete API keys for your projects.
- View all API keys for your projects.
- Search for API keys by project name.
- Securely store API keys in a local database.
- Simple and easy-to-use interface.
- Open-source and free to use.
- Clone the repository to your local machine.
git clone https://github.com/flavien-hugs/apikey-hub.git
- Install the required dependencies using the following command:
poetry shell && poetry install
- Run the application using the following command:
poetry run app or docker compose -f docker-compose.yml --env-file=.env up or make run
- Open your browser and navigate to the following URL:
http://localhost:8000
- You can now start using APIKEY-HUB to manage your API keys.
- Enjoy!