Setup Backend/Devenv for Backend Developement #35
Labels
No labels
backend
beginner friendly
bug
chore
documentation
enhancement
frontend
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
size/XS
stage/backlog
stage/done
stage/in progress
stage/ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/housing#35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall Objective
Currently, the backend folder is an empty folder which isn't at all ready for any of our issues to start auth or drizzle etc. This issue sets up devenv using kennel docs enabling the features backend services, auth services, and database services (refer to Ryan or Anish for clarifications). This issue also installs deno and the requisite packages that is needed for our backend (aka drizzle orm, elysia, swagger, etc.).
Suggested Approach
You'll want to sort of walk your way through the kennel docs on deploying until you get to "3. Declare what to deploy" where it explains a little how deploying these services work. Specifically we'll want to declare the following services:
After you finish with the devenv, you'll need to go setup the actual backend package manager and packages. You can visit the websites for these products, but we'll need the following packages:
Use these commands in the backend folder to setup
Help & Resources
closed by #39