CV MANAGEMENT API
This is a basic form validation and file uploading application buit using flutter and dart integrated with firebase and custom rest api using golang.
WhatsApp.Video.2023-05-19.at.13.50.21.mp4
App features
Authentication
- Signup using email and password
- Login using email and password
User data collection and validation
- User data collection including first name, last name phone number dob and CV.
- CV is a mandatory field and formats resctricted to .pdf and .doc.
- Dob added using calender option, check whether user is 18 or older.
API DOCUMENTATION-SWAGGER
http://3.133.142.121:8989//swagger/index.html
LINK TO THE BACKEND REPOSITORY