Page 1 of 1

[SHARE][LUA] Simple blog with lua-lang for wapka

Posted: Thu May 09, 2024 9:29 am
by jesuisnk
Hi everybody. Today I would like to share with you my open source code written in lua on the wapka.co platform.

This source code is an example of how to use the lua programming language for beginners using wapka.org. The source code has many shortcomings, but it is also very basic so you can build your own website using lua (lua on php).

The source code has the following functionality:
- log in; register
- create categories; create articles
- put list of categories and articles on the homepage
- displays list of articles in category
- display article information
- friendly url, good for SEO development:

Code: Select all

https://{yourdomain}/article/{blog_id}-{blog_slug}.html
https://{yourdomain}/category/{category_id}-{category_slug}.html
Functions expected to be updated in the future:
- shoutbox autoload built with lua and reactjs
- edit categories and articles; Delete categories and posts
- entertaining game
- user information, logout

More infomation:
- Style, CSS: trithuc9x, codeaz.xviet.mobi 2015
- Lua-lang: valedrat (jesuisnk)

DOWNLOAD:
https://github.com/jesuisnk/wapka-lua-s ... ample.json

DEMO:
Image

This source code sample has been uploaded to wapka's template library, you can completely install it right now.
Image

Re: [SHARE][LUA] Simple blog with lua-lang for wapka

Posted: Fri May 10, 2024 3:08 am
by vikkas
super, thank you