Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Choi-Jinwoo/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

portfolio

포트폴리오 관리 프로그램

backend

config

database.js

module.exports = {
  host : 'localhost',
  user : 'root',
  password : 'password',
  database : 'database'
}

tokenInfo.js

module.exports = {
  secret : 'token secret'
}

start

node app.js

frontend

  • start with login.html

About

포트폴리오 관리 프로그램

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published