Skip to content

Muhammad Restu Dwi Putranto#26

Open
odddyyy wants to merge 26 commits into
native-fox-2019:masterfrom
odddyyy:master
Open

Muhammad Restu Dwi Putranto#26
odddyyy wants to merge 26 commits into
native-fox-2019:masterfrom
odddyyy:master

Conversation

@odddyyy
Copy link
Copy Markdown

@odddyyy odddyyy commented Mar 7, 2020

Submiiting Fancy ToDo with below specification:

  • REST API
  • Documentation both in readme and postman link (inside readme)
  • Authentication and Authorization
  • PostgresSQL + Sequelize
  • JQuery + SPA
  • API using SendGrid

.env file
PORT=3000
SECRET_TOKEN=rahasiadong
DB_USER=oddy
DB_PASS=hacktiv8
G_CLIENT_ID=967618393359-hq93iiftc26gklc1q3v5kvtfbpb66do3.apps.googleusercontent.com
SEND_GRID_API_KEY=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

@odddyyy odddyyy requested a review from Sursev07 March 7, 2020 09:44
Comment thread client/index.html
var token = localStorage.getItem("token")

if (token) {
$(document).ready(() => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kenapa ada redundant document ready?

Comment thread client/index.html
url: "http://localhost:3000/register",
method: "POST",
data: {
name:$("#reg-name").val(),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kalau kosong main submit ajayah?

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