Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksatriow/ksw-portofolio
- Owner: ksatriow
- Created: 2021-08-15T02:29:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:14:13.000Z (about 2 months ago)
- Last Synced: 2024-09-18T14:28:51.250Z (about 2 months ago)
- Topics: bootstrap, ejs, expressjs, jwt-auth, mvc-pattern, nodejs, passportjs, postgresql, sequelizejs
- Language: CSS
- Homepage: https://satrioportofilio.netlify.app/
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)