Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)