From 6757f3e919e12bb08e2af2da2c60f9a6443088e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Tue, 14 Dec 2021 22:17:26 +0100 Subject: [PATCH] add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17d2c40 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Project information + +This repository is an older demo project that aimed to practice OAuth2 and +GraphQL. Unfortunately, dependencies are now not up to date and would need +some work to get sorted out. + +## Known issues + +- [ ] Fix a missing `.env` file for `typeorm` +- [ ] Fix a server npm dependencies +- [ ] Fix a client npm dependencies +- [ ] Determine the compatible node version