3 Angajamente 80a99de25e ... b6eab3fb60

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  liontix b6eab3fb60 Updated README 11 luni în urmă
  liontix ef8981ebd8 Merge branch 'main' of https://github.com/tae-bot/scheduler 11 luni în urmă
  tae-bot eba426d2d8 Update .gitignore 1 an în urmă
1 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -1,5 +1,8 @@
-# README
-Ersteller: Oliver Deutsch
+# Scheduler-Backend
+
+This backend is written in NodeJS with ExpressJS as the framework. It serves a REST API, which is used
+for the frontend part of this project. MongoDB is used for storing the data. Passwords are stored
+as BCrypt hashes and authentication is handled with JSON Web Tokens using PassportJS.
 
 ## Usage
 Rename `.env-example` to `.env` and set the secrets. Then install all the