summary refs log tree commit diff stats
path: root/README.org
blob: 510c1bb2f2c5046c81a417a306b3afa2df4d0fdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#+title: Vela
#+subtitle: Vela is a place to share smiles
#+export_file_name: index
#+setupfile: ~/.emacs.d/org-templates/projects.org

| Website         | https://andinus.nand.sh/projects/vela |
| Source Code     | https://git.unfla.me/vela             |
| GitHub (mirror) | https://github.com/andinus/vela       |

* Documentation

The idea is simple, users create a /Smile/ and receive two links: public,
upload. They can share the public link with their friends. The upload
link should be kept private.

They can upload pictures of them or anything that they want to share
with the private link. Visitors on the public link can view the /Smiles/
but only once, pictures are deleted after it's viewed once.

** Why?

Why not?

I wrote this to play with Vue.

** Server

The server is written in Raku and the implementation is not good.

Look at this blog post for better implementation:
- https://raku-advent.blog/2019/12/02/crud-cro-http-tutorial/