Skip to content

The souce code for my personal blog!

Notifications You must be signed in to change notification settings

lucas11222/lucas11-personal-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 24, 2025
3965fd9 · · Jul 24, 2025

History

34 Commits
Jul 21, 2025
Jul 21, 2025
Jul 23, 2025
Jul 21, 2025
Jul 23, 2025
Jul 22, 2025
Jul 22, 2025
Jul 21, 2025
Jul 22, 2025
Jul 21, 2025
Jul 22, 2025
Jul 22, 2025
Jul 21, 2025
Jul 21, 2025
Jul 21, 2025
Jul 21, 2025
Jul 22, 2025
Jul 21, 2025
Jul 21, 2025
Jul 21, 2025
Jul 22, 2025
Jul 22, 2025
Jul 24, 2025
Jul 21, 2025
Jul 21, 2025
Jul 22, 2025
Jul 22, 2025

Repository files navigation

Lucas11 Personal blog

Hello! this is my personal blog!

Here you can find me talking about cool stuff, things i wanna to talk, etc.

That basicly it! made for railway! API::

GET /api/(id) Shows an post with an id.

GET /api Shows all the posts.

PATCH (or PUT) /api/(id) Updates an post. (needs body)

POST /api Creates a post. (needs body)

DELETE /api/(id) Deletes a post.

body for PATCH and POST:

{
  "blog_post": {
    "title": "THE POST",
    "description": "ello",
    "body": "# hello"
  }
}
 }
}

(the error handleing is in the api not in blog_posts please dont use that and if you have questions of the api maybe the api_controler can help you out.)

About

The souce code for my personal blog!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published