Skip to content

Releases: simplemvc/skeleton

Release 0.2

23 Feb 12:59
0.2
9adc035
Compare
Choose a tag to compare

This is a new release containing a new skeleton application containing an admin section under authentication. This skeleton uses the latest SimpleMVC framework version 0.3.

To enter the admin section you need to login using the /login URL. By default, we used a SQLite database stored in /data/db.sqlite.
The default user is admin with password supersecret.

login_simplemvc

In the admin page you can edit the users with a simple UI.

Screenshot from 2023-02-23 13-49-53

For instance, you can create a new user or change the password of a user or disabling the account.

Screenshot from 2023-02-23 13-50-08

Release 0.1

25 Jul 13:51
0.1
1234280
Compare
Choose a tag to compare

This is the first release 0.1 of the skeleton web application for SimpleMVC framework 🥳