Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.36 KB

DOCUMENTATION.md

File metadata and controls

26 lines (18 loc) · 1.36 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
Authentication JSON Web Tokens

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