Welcome to the Embrasure Server API repository! This API allows you to manage secrets and users, providing CRUD operations for key-value pairs and user permissions.
To get started with the Embrasure API, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/embrasure-api.git
-
Install dependencies:
cd embrasure-api npm install
-
Set up your environment:
- Ensure that you have the required credentials from the core Embrasure repo.
- Review the environment variables in the
.env
file.
-
Run the application:
serverless deploy
The API endpoint logged into the console.
-
In the core Embrasure repo, paste the API endpoint logged into the console, up until "v1", into the
.env
file.Example:
API_ENDPOINT=https://example.execute-api.us-east-2.amazonaws.com/v1
For detailed information on how to use the API, please refer to the API Documentation.
If you encounter any issues or have suggestions, please open an issue.