https://github.com/natgluons/mobile-banking-api-development
Secure API using GoLang for mobile banking app by enabling personalized features (profile picture management)
https://github.com/natgluons/mobile-banking-api-development
Last synced: 2 months ago
JSON representation
Secure API using GoLang for mobile banking app by enabling personalized features (profile picture management)
- Host: GitHub
- URL: https://github.com/natgluons/mobile-banking-api-development
- Owner: natgluons
- License: mit
- Created: 2024-05-29T08:32:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T08:46:23.000Z (about 1 year ago)
- Last Synced: 2024-05-29T21:07:18.989Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile-Banking-API-Development
Secure API using GoLang for mobile banking app by enabling personalized features (profile picture management)## Project Overview:
In this project, I took on the challenge of developing a secure and efficient API for a mobile banking application to enhance user engagement through personalized user features. My primary focus was on enabling users to upload and manage their profile pictures, catering to the need for a more personalized user experience in digital banking.## Key Contributions:
- Designed and developed secure user registration and profile management APIs.
- Implemented JWT authentication and secure photo upload/delete functionality.
- Optimized SQL database interactions with Gorm for robust data management.
- Enhanced user engagement and application security through feature implementations.
- Collaborated on unit and integration testing.Tools: GoLang, JavaScript, Gin Gonic, Gorm, JWT, SQL