Webservice where the user provides its name and email and gets back the "welcome" page with a given name.
Modules required to start the server: django, dnspython, pymongo.
Sequence for the clients:
- Open the home page;
- Provide necessary information to complete the registration process (email and password will not be verified, but it cannot be empty);
- If the user was already registered you will see the following message - "I have already seen you here + your username + , hellooooo!", otherwise the message that will appear will have the following structure - "Welcome for the first time".
Users page: