Skip to content

MeetRamatri/github-actions-ramanujan

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub Actions Starter πŸš€

A minimal full-stack project to learn CI/CD with GitHub Actions.
The backend is already built and tested. Your job: write the workflow.


Project Structure

github-actions-starter/
β”œβ”€β”€ backend/                   ← Express API (Node.js)
β”‚   β”œβ”€β”€ index.js               ← API routes + helper functions
β”‚   β”œβ”€β”€ index.test.js          ← Jest unit + integration tests
β”‚   β”œβ”€β”€ .eslintrc.json         ← ESLint config
β”‚   └── package.json
β”œβ”€β”€ frontend/                  ← Plain HTML/CSS/JS UI
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ style.css
β”‚   └── app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 41.1%
  • JavaScript 38.1%
  • HTML 20.8%