Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T16:05:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T06:36:02.481Z (3 months ago)
- Topics: blog, learn-in-public, tutorial, v, vlang
- Language: V
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 3
- 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
```