cmda-bt / be-course-19-20

๐ŸŽ“ Backend ยท 2019-2020 ยท Curriculum and Syllabus
Other
18 stars 7 forks source link

Week 3 #253

Closed bommezijn closed 4 years ago

bommezijn commented 4 years ago

Package

Name

Nathan Bommezijn

Class

TECH-4

GitHub username

Dewarian

GitHub repository

bt-dating-app

Summary

Created two routes. /feature & /add/user. the /feature page shows preferences, and when the user fills preferences, it also shows on submit. This page also shows users in data.json /add/user lets the user add a user. Fake right now as it just shows a page of data you sent. Not from MongoDB.

Resources used

@realappie and his patience. Google ๐Ÿ˜„ Collection of tabs #1 Collection of tabs #2

Any thoughts?

Think this would be the pivot point for anyone to start to understand express. As it pushes the developer to think about her/his structure, file naming, troubleshooting, and googling your errors.

I learned I shouldn't write clean in the beginning, but make it functional. Writing functional first would save you a lot of headaches.