INGENIOUS-LY / Project_Catwalk

The initial release will focus on providing the minimum viable product for our retail application. Features implemented will be constrained to the client experience which enables customers to search, browse, add to cart, and checkout
0 stars 3 forks source link

All: consider adding routes for different endpoints #32

Open juliebarwick opened 2 years ago

juliebarwick commented 2 years ago

Consider making the index.js server more modular by using an express router to handle the different routes (like /reviews or /questions): https://expressjs.com/en/4x/api.html#router

If time permits! 👍🏼