Compare commits

..

No commits in common. "2aea44b3ccc405c866b1dabf80beef2317dc90e9" and "6879c31317edad70e7e2699e2d8803baa5e01d11" have entirely different histories.

View file

@ -1,14 +0,0 @@
### 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.