Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 419 Bytes

Blog Express and Typescript

Commands

Run local server

npm run dev -> Start local server

npm run build -> Dist

Routes

/ -> home

/posts -> All posts

/posts/:id -> Post by id

View routes

/posts?page=number -> All posts

/posts/:id -> Post by id

/usuarios/:id -> User by id (profile)

/comentarios/:id -> Comments by id