Access Webserver

Doozer

New member
Local time
Today, 04:15
Joined
Aug 14, 2018
Messages
19
Attached is an Access web server application that I adapted from webxcel project on github. The web server is written entirely in VBA. The attached folder consists of 6 files: 3 Access DB's, and the app files (HTML, CSS, and JSX).

To use the application, open the AccessWeb_BE file and link to the todo table in the AccessWeb_data file, then click the Start Server button. Once the button says "Running...", open the AccessWeb_FE file. The todo app will load at localhost:8080. You should be able to add new, complete, and delete items. When finished, click the stop button in the BE file to clear the port and delete the lockfile.

I just did this as an exercise. Use at your own discretion.
 

Attachments

it is hanging on my pc (BE) when started the server.
 

Users who are viewing this thread

Back
Top Bottom