https://github.com/leocavalcante/vlog
✌️ Building a 150 KB web blog in V & SQLite
https://github.com/leocavalcante/vlog
blog learn-in-public tutorial v vlang
Last synced: 10 months ago
JSON representation
✌️ Building a 150 KB web blog in V & SQLite
- Host: GitHub
- URL: https://github.com/leocavalcante/vlog
- Owner: leocavalcante
- License: mit
- Created: 2023-03-22T14:57:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T16:05:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T13:55:10.686Z (10 months ago)
- Topics: blog, learn-in-public, tutorial, v, vlang
- Language: V
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vlog
Building a 150 KB web blog in V & SQLite
- from https://github.com/vlang/v/tree/master/tutorials/building_a_simple_web_blog_with_vweb
```shell
curl http://localhost:8080
```
```shell
curl -XPOST -d'{"title":"V Rocks!", "text": "Learning V"}' http://localhost:8080
```