manage-accounts-service/README.md

14 lines
No EOL
485 B
Markdown

### 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.
Each Service Has a README.md file.