The main objective of this project is to allow the creation, editing and deletion of text based projects created by our authenticated users. These users and projects are further vetted by an Administrator within the user class and any user can also be elevated to have administrator access by another administrator.
This project is created with Ruby On Rails.
This is a project created by Abubakar Sadiq, Chima Ekeneme and Momoh Nobert.
Firstly, you should've installed Ruby and SQlite3 on your device to allow you use the default package manager, gem.
- gem install rails
Next, install Bundler, Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.
- gem install bundler
Clone the repo into a local directory and cd into it, finally install all the gems and dependencies in your terminal with bundler
- bundle install
This is a group project, while cloning and discussions are welcome, Pull requests are not. You can still contribute by starting discussions with us, We'll be available for any inquiries.