From a933673129c18077b36aa467826361e87d0260c7 Mon Sep 17 00:00:00 2001 From: Alexander Sadovsky Date: Mon, 2 Jul 2018 16:58:53 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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*