Skip to content

mclellac/ok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ok (overkill) is just a test playground for the time being.

Build

$ git clone https://github.com/mclellac/ok 
$ cd ok
$ make deps && make proto && make
$ make install

Start MariaDB/MySQL server and create the DB

mysql> CREATE DATABASE posts;

postd configuration file

Copy the example configuration file from ./servers/posts, and modify what you need to.

Start the postd server

$ postd

Add a post with the client

$ ok add "I'm a test post title" "I'm the body of the post."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published