Compare commits
2 commits
6879c31317
...
2aea44b3cc
Author | SHA1 | Date | |
---|---|---|---|
2aea44b3cc | |||
5ea668975e |
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
### 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.
|
Loading…
Reference in a new issue