Get Express API and Handlebars base set up
Closed this issue · 0 comments
lukecp5 commented
Install Express, Express-Session, Sequelize, and other required Node module incorporated into the application. The /node_modules/ will be in package.json, and each team member will need their own .env file.
Build out the frame of API routes for that will be querying the models for data, and then rendering the .handlebars templates.