ARIF RACHMAN HUSEN#13
Open
arif05rachman wants to merge 12 commits into
Open
Conversation
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
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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