Welcome to rp-cad. This project was initiated as the 2nd project for Flatiron School's Online Software Engineering Bootcamp. This is designed to be used as a computer aided dispatch by fivem roleplay communities as either an external webapp or an api to be accessed by an ingame NUI, which will be an eventual release or can be coded by fivem devs with a functional understanding of api usage. In it's current state it can be used as a member and persona management system with ability to create, edit, and delete members, personas, addresses, vehicles, and guns the last 3 belonging to both persona and the owning member for easy lookups. There is a non utilized admin level that when utilized will allow the ability for admins to perform restricted actions. This functionality will be in the next release
Add this line to your application's Gemfile:
gem 'rp-cad'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install rp-cad
Make sure all dependencies are installed and then run rake db:migrate
to create your tables and then run shotgun
and follow the directions in your terminal.
Ver. 1 — Conversion from SqlLite to PostgreSQL — Mid to end Sept. 2020
Ver. 2 — Integration of Admin Panel by utilization of the admin_level attribute — October 2020
Bug reports and pull requests are welcome on GitHub at https://github.com/JaesonWatts/rp-cad. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Copyright (c) 2020 Jaeson Watts
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Everyone interacting in the rp-cad project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.