I need to create this asap any possibility today? Please I already got clones and now I need to setup the back end so I can login to front end somebody told me start with this link:

Job ID: 31435586

Budget: $30 – $250 NZD

o create a user (login-credentials): My version
Requirements:
local dynamodb
s360-user-registration
serverless-registration
serverless-login-api
After setting up, lookup on those repos for a folder called ddl/local. There are json files there that you can use to create tables within the local dynamodb.
Make sure that on the yml files you have your clientId from the Amazon Cognito (NOTE: its not your name, its a bunch of random letters and numbers)
Make sure to run local dynamodb first before running the serverless
With the new implementation of only a S360 admin can register you, we need to bypass it by temporarily removing the systemAdmin boolean (line 133 of Register.tsx under pages folder from sustainability360-web). BIG NOTE: PLEASE REVERT IT BACK BEFORE YOU ACCIDENTALLY COMMIT/PUSH/PULL REQUEST THIS.
Make sure that serverless-registration and s360-user-registration is running PROPERLY
Go to local.sustainability360.co.nz/register and register (note: it may say that it failed but you can check the dynamodb and amazon cognito)
Go to s360-user-registration console and check for your password that says "This is your password ---->" or something similar
Go to Amazon Cognito under local-user-pool and users, enable your created user
You can kill the two serverless running and run the serverless-login-api with the registered credentials and the random password.
If you want to reset your password to another, you can do so but I haven't done those.
Related categories: Backend Development