python 3.6, mongodb
$ pip install -r requirements.txt
2.see the .env file and set the logpath, logpath is required for this application to maintain errors and information.
#make sure you have mongodb and mongodb should be start on your localhost
#We can change database credentials(username, password, database name, host, port).
According database credentials we can set db parameter in settings.py file. This application uses only local host and mongodb default port 27017.
$ python manage.py migrate UserDetailsApp
$ python manage.py runserver
Django uses Unittest cases of python
#I wrote three test cases like wise we can write more such cases of an dajngo application
https://github.com/rahulbaliyan/UserService