BalazsSipos / full-stack-todo

A simple todo app to demonstrate all necessary parts of a full-stack Typescript project
full-stack-todo-sepia.vercel.app
0 stars 0 forks source link

Project Architecture #1

Open BalazsSipos opened 1 year ago

BalazsSipos commented 1 year ago

Plan the list of building blocks both on frontend and backend.

BalazsSipos commented 1 year ago

Architecture:

Frontend:

Backend:

General:

Models:

User:

Todo:

API endpoints:

/api/users/...

/api/todos/...

SPA pages: