https://github.com/othreecodes/apxdemo
A sample application using apx mvc library - https://github.com/othreecodes/APX
https://github.com/othreecodes/apxdemo
Last synced: 9 months ago
JSON representation
A sample application using apx mvc library - https://github.com/othreecodes/APX
- Host: GitHub
- URL: https://github.com/othreecodes/apxdemo
- Owner: othreecodes
- License: mit
- Created: 2016-11-15T10:22:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T22:25:15.000Z (about 9 years ago)
- Last Synced: 2025-04-03T05:11:11.372Z (10 months ago)
- Language: Java
- Size: 291 KB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apxdemo


A sample application using apx mvc library - https://github.com/othreecodes/APX
## What is This
- This is a demo using apx library to create a beautiful desktop app. It follows the MVC standard of creating javafx projects.
- This also includes a sample of how to use ORMlite to access sqlite database. (Querying and Creating)
## Getting Started
1. Clone the Repo
2. Download APX library from [Here](https://github.com/othreecodes/APX/releases) For your corresponding Operating System
3. Add apx.jar to the projects classpath (importing the library to the project)
## Using as a Starter Project
Edit the project.apxprop
```json
{
"name": "apxdemo",
"package": "com.root.apxdemo",
"location": "/root/apxdemo/",
"src": "/root/apxdemo/src/",
"work": "/root/apxdemo/src/com/root/apxdemo/"
}
```
edit the location, and work to match location of the project on your system.
It might get a bit tricky changing package names of all source files even if you
just copy the src files to your own project. Thats why this is a "DEMO"
## ScreenShots
### Homepage

### Signup

### Login

I Hope Someone finds this demo helpful while creating an apx project.