README.md for 2 services

This commit is contained in:
Kfir Dayan 2023-08-13 12:00:18 +03:00
parent 6879c31317
commit 5ea668975e

11
README.md Normal file
View file

@ -0,0 +1,11 @@
### Welcome To Accounts Management System ###
### Inserter ###
The Whole idea of inserter is to store data.json files into a redis database.
This file can be uploaded to the server by a CronJob Or manually by a user.
Maybe any CRM system will do it every interval.
### API ###
This api will use the same redis database and check a unique key for every user.
This key will be used to validate the user and insert a new user to a mongodb database.