Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.27 KB

DOCUMENTATION.md

File metadata and controls

25 lines (17 loc) · 1.27 KB

Documentation

This repo contains some documentation to help you understand how this project works, which can be found in the docs folder.

Suggested Docs:

We recommend you look through these docs together.

Title Summary
Full-Stack Overview Frontend/Backend communication

Reference Docs:

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