Skip to content

A playground for MVC pattern in different languages/frameworks. A place to see how the same idea is implemented differently on the stack.

Notifications You must be signed in to change notification settings

serjilyashenko/jokes-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

🤡 JokesMVC: NestJS

A playground for MVC pattern in different languages/frameworks. A place to see how the same idea is implemented differently on the stack.

Stack collection

  • NestJS (start page missing)
  • Java / SpringBoot (push from local machine)
  • Go (push from local machine)
  • Go / Gin (push from local machine)
  • PHP (push from local machine)
  • PHP / Laravel (push from local machine)
  • PHP / Symphony (push from local machine)

Demo

You'll need Docker to be able to see the app

cp ./nestjs/.env.example ./nestjs/.env

docker compose -f ./nestjs/docker-compose.yml up -d

See http://localhost:8080 in your browser.

More to implement

  • Python / Fastapi
  • Python / Jango
  • Angular
  • Ember
  • React Server Components
  • HTMX
  • Backbone

About

A playground for MVC pattern in different languages/frameworks. A place to see how the same idea is implemented differently on the stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published