AdamRMS is an advanced Rental Management System for Theatre, AV & Broadcast, written in Typescript. It is available as a hosted solution or to be self-hosted.
The Repo
This repo is the development repo for v2, which is not currently released. For the current version of AdamRMS see v1.
This repo is a monorepo, containing two distinct applications:
Directory | Description |
---|---|
/api |
NestJS API |
/app |
React App |
The Stack
- TypeScript: Programming Language
API
- NestJS: API Framework
- TypeORM: Database ORM
- MySQL: Database
- Passport: Authentication
- Express: Webserver
- Swagger: API Docs
- Winston: Logging
- gts: Style Enforcement
App
- Ionic Framework: Frontend Framework
- Capacitor: Native Code Execution Layer
Developing, Releases & Contributing
Contributions are very welcome – please see the website for a guide, or feel free to open a Discussion
Contributions are governed by an Individual Contributor License Agreement, and cannot be merged until this agreement has been signed.
Licence
AdamRMS is a web-based Rental Management System
Copyright (C) 2019-2021 Bithell Studios Ltd.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.