Where is all the backend code? #1013
Answered
by
Vigasaurus
Infiniti20
asked this question in
Self-Hosted Support
-
I just want to take a look at how it was built. I think it's a beautiful, and functional app, so I want to create something similar. I just want to see how you structure the backend. |
Beta Was this translation helpful? Give feedback.
Answered by
Vigasaurus
May 11, 2021
Replies: 1 comment
-
It's primarily in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
metmarkosaric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's primarily in the
lib
directory, with some specific backend-adjacent things inpriv
, the Reactive front-end is inassets
, and the rest of the directory structure (config, tests, etc) should be pretty straightforward.