-
Notifications
You must be signed in to change notification settings - Fork 1
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
Backend dev env setup docs #14
base: main
Are you sure you want to change the base?
Conversation
SCSE-22 Backend dev env setup docs
Remember to add the following
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This commit adds the python installation instruction for windows, macos, and linux to the backend dev environment setup page. [SCSE-22]
This commits adds the peotry instruction for windows, macos, and linus to the backend dev environment setup page. It also restructures the backend dev environment setup page. [SCSE-22]
This commit adds documentation for installing serverless cli and dynamodb offline [SCSE-22]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just needs 2 changes:
-
rename all instances (in file names and file content) of
peotry
topoetry
-
Instead of running dynamodb inside java locally, let's use this: https://www.serverless.com/plugins/serverless-dynamodb-local
This commit renames all instances (in file names and file content) of peotry to poetry [SCSE-22]
This commit updates the DynamoDB installation instruction from running it locally inside Java to running it with the serverless-dynamodb-local plugin [SCSE-22]
[SCSE-22]