elblair / Acendify

A dynamic platform for discovering and tracking climbing routes across America. Users can create personal accounts, explore new climbs, log and monitor their progress, and connect with a community of climbers to share routes, reviews, and experiences.
0 stars 0 forks source link

Initial nodejs and hbs setup with simple echo. #13

Closed owwh3041 closed 1 week ago

owwh3041 commented 1 week ago

Can run npm start to start the server and navigate to any route and it will echo it back to you.

Further routes can be added in the index.js file.

Also moved files for the sake of not having too many nested directories. Removed src directory

This is the work for #12

owwh3041 commented 1 week ago

Moved Brittany's changes to outside the nesting. This should be good to merge. Someone else get some eyes on it.