Skip to content

Commit 728a884

Browse files
WIP
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 251b414 commit 728a884

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# app-api
2-
API for https://app.gofeatureflag.org to manage your feature flags.
1+
# GO Feature Flag API - API to configure your feature flag
2+
![WIP](https://img.shields.io/badge/status-%E2%9A%A0%EF%B8%8FWIP-red)
3+
4+
This repository is a work in progress initiative to create an API to manage your feature flags.
5+
6+
## Goals
7+
- Create an API to manage your feature flags
8+
- API should allow to add, modify and delete feature flags.
9+
- Use a database to store the feature flags.
10+
- This API is created to integrate a front end application to manage the feature flags.
11+
- We should manage authentication and authorization to access the API.
12+
- Authentication should be generic enough to be integrated with any authentication provider.
13+
- We should be able to provide history of a flag to see when it was created, modified and deleted.
14+
15+
## Contributing
16+
Since this it is a work in progress initiative please come to the [Slack channel](https://gofeatureflag.org/slack) first before contributing.

0 commit comments

Comments
 (0)