https://github.com/jol79/evopython-lab-webservice
Webservice where the user provides its name and email and gets back the "welcome" page with a given name.
https://github.com/jol79/evopython-lab-webservice
heroku pymongo python-django
Last synced: 3 months ago
JSON representation
Webservice where the user provides its name and email and gets back the "welcome" page with a given name.
- Host: GitHub
- URL: https://github.com/jol79/evopython-lab-webservice
- Owner: jol79
- License: mit
- Created: 2022-01-15T16:19:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T15:33:43.000Z (over 3 years ago)
- Last Synced: 2025-02-05T15:49:32.072Z (5 months ago)
- Topics: heroku, pymongo, python-django
- Language: JavaScript
- Homepage: https://welcomer-evo.herokuapp.com/
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EvoPython-lab-WebService
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:_
1. Open the home page;

3. 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:_
* Represents the list of users that have already registered on the website.
