From 5bf6e6e3b19f3d2bebfb0cb758a2f4d8a80596e3 Mon Sep 17 00:00:00 2001 From: Ludvig Hillert <ludhi842@student.liu.se> Date: Fri, 7 Apr 2023 09:34:00 +0000 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3189da2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +We have decided to create a user review website that supports user profiles. We are basing this on a cocktail database but the theme of the website might be changed. The idea is to save your favourite cocktails, write reviews and create your own cocktail with your own ingredients. + +Client side: +React + +Server side: +Node.js +MongoDB - to create data base +Firebase - for user authentification -- GitLab