diff --git a/README.md b/README.md index 612119a..2a0e93e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [![Waffle.io - Columns and their card count](https://badge.waffle.io/Alino/TAPICC-API-implementation.svg?columns=all)](https://waffle.io/Alino/TAPICC-API-implementation) +# Note +this is a work in progress, some things needs to be done first so we can call this production ready. +- [ ] authentication and user sessions +- [ ] user profile must be defined and implemented +- [ ] manually tested +- [ ] automated tests written and implemented # Installation download this repository @@ -24,4 +30,4 @@ When you are running the server, you can navigate to http://localhost:1337/docs # Generating swagger file ```npm run generateSwagger``` -creates or overwrites *swagger.json* \ No newline at end of file +creates or overwrites *swagger.json*