guieiras / 2018-album-guide

Web Application to manage 2018 Panini FIFA World Cup Stickers Checklist
2 stars 1 forks source link

Mongo DB Version #1

Open e-bits opened 6 years ago

e-bits commented 6 years ago

Hi @guieiras, can you tell me which Mono DB version are you using? I would like to Dockerize your project. Actually I tried with the latest docker image 3.6.3 but i face some problems with the $inc with content true.

Does the API which is deployed to http://2018-stickers-api-zmgkxqpori.now.sh reflects the repo in api subfolder?

Thanks for your help Regards e-bits

guieiras-dev commented 6 years ago

Welcome!

I made this project just for fun, and I'm really excited about your want to Dockerize it!

I'm running MongoDB 3.4.7 on mLab.com

About the API, yes, I deployed the API folder to Now and put the Frontend stuff in a static file hosting.

If you have any other questions, I would like to help you!

guieiras-dev commented 6 years ago

Reading the code again, I noticed that I shouldn't use $inc to update the content. In a past, I was thinking to count stickers, but I changed the idea and now I'm using only true or false.

I will change it, thanks for your help.

e-bits commented 6 years ago

Perfect, I'd like to thank you!