You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application will be hosted on a Linux server. This will run a CouchDB database and an Apache HTTP server. Apache will serve static HTML and Javascript to clients, which perform the majority of the work.
Client-side Javascript in the user's browser will communicate with the CouchDB server, reading and writing as changes are made. The dynamic user interface will be implemented with jQuery and Bootstrap.