Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T15:33:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T03:52:17.949Z (almost 2 years 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;
![image](https://user-images.githubusercontent.com/41474876/149822771-2ab40cdb-10ca-4302-8ffd-bf2651ded1aa.png)
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".
![image](https://user-images.githubusercontent.com/41474876/149908523-0dabcb9e-ed70-43ef-9a60-03e5b40a21b5.png)
![image](https://user-images.githubusercontent.com/41474876/149908873-7424d69b-4c32-4c1a-8c75-a5dc4a1d7d24.png)_Users page:_
* Represents the list of users that have already registered on the website.
![image](https://user-images.githubusercontent.com/41474876/149909034-4b3a600b-879c-450d-a0dc-99ed0c6d0fc8.png)