Skip to content

gu-gridh/arosenius-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Arosenius archive admin system

This repository holds the source code for the administrativ system for the Ivar Arosenius archive. The system runs on the client and is written in Backbone.js.

The admin system communicates to the server via the Arosenius API.

Setup

There is no build step, but you need to create js/config.js along the lines of:

define(function (require) {
  return {
    apiUrl: "http://api.example.com/admin",
    publicApiUrl: "http://api.example.com"
  };
});

Users

Users are defined in the users.js file of the Arosenius API. All users have the same privileges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •