Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```