Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ahmad zuliansyah putra #18

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

azputra
Copy link

@azputra azputra commented Jan 14, 2020

PORT = 3000
MONGO_URI = mongodb://localhost:27017/loyal-miniWp
KEY_FILENAME = ./miniWp-6f3c7f25f538.json
BUCKET_NAME = azputraupload
JWT_SECRET = apaajaboleh
CLIENT_ID_GOOGLE = 530561204383-b16qs6h3adtef60lt7drp6k5gdu0052o.apps.googleusercontent.com

modified: client/index.html : buat tampilan dan buat add article dan filter
new file: client/script/main.js : add article dan filter
new file: client/style/style.css
new file: server/db.json
        new file: server/app.js buat skema app
        new file: server/controllers/article.js CRUD
        deleted:  server/db.json
        new file: server/middleware/errorHandler.js errhandler
        new file: server/models/article.js buat db article
        new file: server/package-lock.json
        new file: server/package.json
        new file: server/routes/article.js buat endpoint article
        new file: server/routes/index.js
        modified:   client/script/main.js
        modified:   server/routes/index.js
buat helper bcrypt
buat middleware upload image, authentic, authorize, dan error handler
buat models article dan user
buat login form dan register form
buat navbar
buat mixin biar bisa panggil fungsi di global
modifikasi navbar
buat fungsi login register logout berfungsi
tambahin mainpage
modifikasi authorize dan user di routes
tambahin left navigasi
modiv navbar
modif mixin untuk get all data articles
modifikasi halaman login register tambahin oauth
di article tambahin supaya bisa edit article
tambah error handler
edit routes article
        modified:   client/src/components/navbar.vue
        modified:   client/src/views/HalamanLoginRegister.vue
        modified:   client/src/views/mainPage.vue
        modified:   server/controllers/user.js
        modified:   server/middleware/errorHandler.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants