This repo contains some documentation to help you understand how this project
works, which can be found in the docs folder.
We recommend you look through these docs together.
| Title | Summary |
|---|---|
| Full-Stack Overview | Frontend/Backend communication |
| Authentication | JSON Web Tokens |
You do not need to read all of these docs, but they can be useful if you come across something in the project you don't understand.
| Title | Summary |
|---|---|
| Backend Structure | app.js, routers, controllers, models |
| Frontend Structure | App.jsx, routes, pages, components |
| Environment Variables | process.env,import.meta.env, .env files |
| Modules | import vs. require |