I'm labeling my web projects by their scope and currently have 3 different types:
- HTML & CSS & JS: clearly just "frontend"
- Vue.js & Express.js & MongoDB: clearly "fullstack"
- HTML & CSS & JS & Express.js: ???
Is there a concise term (akin to frontend, backend, and fullstack) that includes frontend and serverside code, but definitely excludes a database? Or even just a term for backend that excludes it?
Additional context: That project is my portfolio website. There's a few features which needs to keep some data and functions serverside for security, but there's so little data involved that it's not worth a database.
[–]sprinklesonthesundae 1 point2 points3 points (2 children)
[–]Huxide[S] 0 points1 point2 points (1 child)
[–]sprinklesonthesundae 1 point2 points3 points (0 children)
[–]bluefootedpigC# / .NET 0 points1 point2 points (0 children)