Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksatriow/ksw-portofolio

Create personal portofolio using MVC pattern
https://github.com/ksatriow/ksw-portofolio

bootstrap ejs expressjs jwt-auth mvc-pattern nodejs passportjs postgresql sequelizejs

Last synced: about 4 hours ago
JSON representation

Create personal portofolio using MVC pattern

Awesome Lists containing this project

README

        

# Personal Portofolio With CMS



## Description

This is my personal portofolio website using MVC pattern and there is CMS dashboard for certificate

## Tech

- Node Js
- Express Js
- Postgresql
- Sequelize
- JWT
- Passport
- Bootstrap
- Ejs
- Model View Controller (MVC) Pattern

## How to use

- 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

## Website Preview

[Here is the website](https://satrioportofilio.netlify.app/)

## Preview

1. Home
![Home](/preview/home.png)
2. CMS Dashboard
![CMS](/preview/cmsdashboard.png)
3. Display data in dashboard
![Dashboard](/preview/result.png)
4. Display data in portofolio
![Portofolio](/preview/resultinporto.png)