Skip to content

ARIF RACHMAN HUSEN#13

Open
arif05rachman wants to merge 12 commits into
native-fox-2019:masterfrom
arif05rachman:master
Open

ARIF RACHMAN HUSEN#13
arif05rachman wants to merge 12 commits into
native-fox-2019:masterfrom
arif05rachman:master

Conversation

@arif05rachman
Copy link
Copy Markdown

@arif05rachman arif05rachman commented Mar 13, 2020

JWT_SECRET=12345qwerty
GOOGLE_CLIENT=255521937375-dkbj7vrcopqel2nbdf0hkb4u5d8qc2sr.apps.googleusercontent.com

FIREBASE DEPLOY
https://kanban-268212.firebaseapp.com

HEROKU DEPLOY
https://obscure-sierra-18041.herokuapp.com

Arif Rachman Husen added 4 commits March 10, 2020 23:22
new file:   app.js			=> add app.js and add require modules
new file:   config/config.json		=> config database
new file:   controllers/category.js	=> add category controller
new file:   controllers/task.js		=> add task controller
new file:   controllers/user.js		=> add user controller and method login and register
new file:   helpers/jwtToken.js		=> add helpers to generate token and verify token
new file:   helpers/passwordBcrypt.js	=> add helpers to hash password and compare password
new file:   middlewares/authentication.js => add authentication to check token
new file:   middlewares/authorization.js => add authorization
new file:   middlewares/errorHandling.js => add handle error in middleware
new file:   migrations/20200310045039-create-category.js => create migration table category
new file:   migrations/20200310050843-create-task.js => create migration table task
new file:   migrations/20200310050920-create-user.js => create migration table user
new file:   models/category.js		=>  create model category
new file:   models/index.js		=> sequelize init
new file:   models/task.js		=> create model task
new file:   models/user.js		=> create model user
new file:   package-lock.json		=> npm init
new file:   routes/category.js		=> add route category
new file:   routes/index.js		=> add route index for control any route
new file:   routes/task.js		=> add route task
new file:   routes/user.js		=> add route user
arif05rachman and others added 8 commits March 14, 2020 18:35
…nfig Socket before redeploy

new file:   client/.firebaserc                    => Add spinner and config Socket before redeploy
modified:   client/components/AddTask.vue         => Add spinner and config Socket before redeploy
modified:   client/components/Category.vue        => Add spinner and config Socket before redeploy
modified:   client/components/Login.vue           => Add spinner and config Socket before redeploy
modified:   client/components/Task.vue            => Add spinner and config Socket before redeploy
new file:   client/firebase.json                  => Add spinner and config Socket before redeploy
modified:   client/index.html                     => Add spinner and config Socket before redeploy
modified:   client/package-lock.json              => Add spinner and config Socket before redeploy
modified:   client/package.json                   => Add spinner and config Socket before redeploy
modified:   client/src/main.js                    => Add spinner and config Socket before redeploy
new file:   server/Procfile                       => Add spinner and config Socket before redeploy
modified:   server/app.js                         => Add spinner and config Socket before redeploy
modified:   server/config/config.json             => Add spinner and config Socket before redeploy
modified:   server/controllers/task.js            => Add spinner and config Socket before redeploy
modified:   server/middlewares/authorization.js   => Add spinner and config Socket before redeploy
modified:   server/package-lock.json              => Add spinner and config Socket before redeploy
new file:   server/package.json                   => Add spinner and config Socket before redeploy
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