Node.js Created on v16.15.1
SQL Server:
SQL Express For Dev Server
SSMS To connect to dev/prod server
Duplicate and rename settings_template.json
to settings.json
Fill in important parts of settings.json
Install Dependencies
npm i
Optional: Install nodemon (Allows hot reload on file change)
npm i nodemon -g
Start the backend
# Without Nodemon
node .
# With Nodemon
nodemon .