realCalvin / CmpEndium

https://cmpendium.herokuapp.com/
2 stars 0 forks source link

Resume - Models and Routes #16

Closed realCalvin closed 3 years ago

realCalvin commented 3 years ago

Models: Define the schema (example here)

Routes: Define the routes (database CRUD functionalities) (example here)

User model should contain: s3 link, upload date, and the username that the resume belongs to (feel free to add other stuff that may be needed).

wilsonzhang6 commented 3 years ago

Model defined, manually uploaded sample resumes to S3 and working on retrieve resumes from S3. Waiting for account page for upload and delete resumes.