/django-react

Django-React this web app allow user to register and login using a refresh JWT for next login session; for services I have an API call to OpenWeatherMap that retrieve JSON data which is given to user to do CRUD operations. Endpoints being tested with Postman; roadmap assigned on Jira (Scrum/Kanban) and tasks named then commit on GitHub.

Primary LanguagePython

Django-React for weather history

This web app contains user registration and login using JSON Web Token while for services it is using an API call on Open Weather Map that retrieve data which is given to user to observe current weather parameters or past 24 hours. CRUD operations to endpoints were tested with Postman as below displayed; roadmap was assigned on Jira (Kanban process), then committed on new GitHub branch, reviewed and approved to merge main branch.

Endpoints tested in POSTMAN

POST addLocation

POST addLocation location already exists

POST addLocation strings with interger not accepted

POST addLocation wrong unit

GET getLocations

GET getLocationById

GET getLocationById-string-id

GET getLocationById with wrong id

PATCH updateLocation user1

PATCH user2 denied partial update to user1

DELETE-id

FORECAST-NOW