manage-accounts-service/README.md

12 lines
449 B
Markdown
Raw Normal View History

2023-08-13 09:00:18 +00:00
### 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.