Skip to content

Shaylin-8bit/website

Repository files navigation

Personal Porfolio

This is the repository for my personal portfolio site, created with Express.js backend, JQuery frontend, and Postgress database.

Setup

*Setup requires a Postgress database to connect to.

  1. npm install
  2. create .env with
  • DB_URL
  • SESSION_TOKEN
  1. npm start
  2. default password is 1234 (Strongly recommend changing this)