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
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
directoryThis is the work for #12