Skip to content

Project README Template

Use this template when adding or improving project READMEs. It keeps projects easy for students to replicate with their own credentials.

# Project XX: Project Name
One-paragraph summary of what the student will build.
## What You Learn
- Skill 1
- Skill 2
- Skill 3
## Architecture
Short explanation or Mermaid diagram.
## Cost Warning
Local only / AWS free-tier / medium cost / high cost. State this clearly.
## Prerequisites
- Tool 1
- Tool 2
- Account or credential requirement, if any
## Credentials and Local Config
Copy example files and fill in your own values:
```bash
cp .env.example .env
cp terraform.tfvars.example terraform.tfvars

Never commit real credentials.

Terminal window
command 1
command 2
command 3
Terminal window
make validate

or:

Terminal window
project-specific validation command
Terminal window
project-specific deploy command
  • URL or command to check the app
  • Logs command
  • Dashboard location
Terminal window
cleanup command
ProblemFix
Example issueExample fix
  • Improvement 1
  • Improvement 2
  • Improvement 3