cmda-bt / be-course-18-19

🎓 Backend · 2018-2019 · Curriculum and Syllabus
https://cmda-bt.github.io/be-course-18-19/docs
Other
15 stars 10 forks source link

Data (Feature) #131

Closed StephanKop closed 5 years ago

StephanKop commented 5 years ago

Data

Name

Stephan Kop

Class

tech 3

Repo link

https://github.com/superstephan1/Project-Tech

Summary

Ik heb verschillende inputs gebruikt. Ondermeer een registratie proces die per registratie pagina data update. Deze opdracht is eigenlijk samengevat met een mongodb database.

Resources used

mostly youtube tutorials on mongodb and the lectures.

Any thoughts?

struggled for a bit with setting up mongodb. however once i got it running smoothly it was not as complicated as i thought it would be. At first i build an insertOne function for every page but i discovered that it was better to use an updateOne function to have the userdata in 1 place.