This is my personal portofolio website using MVC pattern and there is CMS dashboard for certificate
- Node Js
- Express Js
- Postgresql
- Sequelize
- JWT
- Passport
- Bootstrap
- Ejs
- Model View Controller (MVC) Pattern
- Install all dependency -> npm install
- Configure your database in config.json
- Create your database with -> sequelize db:create
- Migrate your table with -> sequelize db:create
- Run the code with -> npm run start