This is the repository for my personal portfolio site, created with Express.js backend, JQuery frontend, and Postgress database.
*Setup requires a Postgress database to connect to.- npm install
- create .env with
- DB_URL
- SESSION_TOKEN
- npm start
- default password is 1234 (Strongly recommend changing this)