Skip to content

appsofluna/appsofluna-simpleapps

Repository files navigation

AppsoFluna - SimpleApps v1.0

SimpleApps (by AppsoFluna) is a web-based tool to create simple applications.

This project will be submitted as the PGD Level Project for BCS Higher Education Qualification.

Demo

SimpleApps Demo

Prerequesties

  1. MySQL
  2. JRE or JDK
  3. Server such as Tomcat/Glassfish (Optional, only if it need to be deployed into an existing server)

How to run

  1. Log into MySQL as root
  2. Apply data.sql (This will create a user and a database called simpleapps with sample data.)
  3. Run "java -jar target/simpleapps-1.0.war" directly. (If you need to deploy it into a webserver such as Tomcat, please copy target/simpleapps-1.0.war file into your server war path)
  4. Visit the system in http://localhost:8080 or your server location. (You may change the port by editing server.port property in application.properties file.)

data.sql file automatically adds a sample app called School into the database.

You may login to the system with the default username and password and generate the code (read User Manual (manual.pdf) for further information).

username = admin

password = guess

If you made no changes the result will be similar to that of sample_school.zip file.

About

A web-based tool to create simple applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published