Skip to main content

The Database

The Cv Keep Mongo Database has a very very simples structure. You can find all the models on the cvkee-backend project, at the folder models. Anyway, here is the finality of each collection:

NameDescription
credentialsThe user credentials as username, password etc
curriculumThe user curriculum content and some strucutre options
cvsearchindexThe searchable users and curriculumns indexed using ngrams strategy
forgotpassWhen a user open a forget pass requisition, it will be storaged here
jwtsecretsThe application JWT RSA keys
registeringWhen a user starts a registration process, it will hold here till be confirmed