Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarismemon/modulect
Modulect is a module and pathway selection Ruby on Rails web application. It helps to facilitate students in their selection process according to their module interests and career aspirations. This application was made for our university Software Engineering Group Project module at KCL.
https://github.com/haarismemon/modulect
group-project javascript modules ruby ruby-on-rails software-engineering university-project web-application
Last synced: about 9 hours ago
JSON representation
Modulect is a module and pathway selection Ruby on Rails web application. It helps to facilitate students in their selection process according to their module interests and career aspirations. This application was made for our university Software Engineering Group Project module at KCL.
- Host: GitHub
- URL: https://github.com/haarismemon/modulect
- Owner: haarismemon
- Created: 2017-12-04T12:06:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T15:28:15.000Z (about 7 years ago)
- Last Synced: 2025-02-06T12:37:41.894Z (about 21 hours ago)
- Topics: group-project, javascript, modules, ruby, ruby-on-rails, software-engineering, university-project, web-application
- Language: Ruby
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recursive Husky: Modulect
## Setup:
From inside the project-run folder:
```
bundle install
rails db:migrate
rails db:seed (if necessary)
rails s
```Visit 0.0.0.0:3000 or localhost:3000 in your browser.
After submission, the application will be available at https://modulect.herokuapp.com## Conventions:
* [AirBNB Ruby Style Guide](https://github.com/airbnb/ruby)
* Pull Requests: *Never merge your own code* and use a label to mark the request
* Imperative present tense commit messages
* New branch for each user story/task
* Unit and/or Integration test your own code
* Ensure all tests pass before creating a pull request
* Descriptive pull request description
* Sensible commenting
* branch-names (kebab-case)