GenoScreen is a Ruby on Rails web application designed to help you manage your genetic data analysis efficiently.
- User authentication and authorization
- Create, read, update, and delete (CRUD) operations for genetic analyses
- User-friendly interface with Bootstrap integration
- Parallel test execution with fixtures setup
- Comprehensive test coverage using Rails' built-in testing framework
- Ruby
- Rails
- Bundler
-
Clone the repository:
git clone https://github.com/yourusername/genoscreen.git cd genoscreen
-
Install dependencies:
bin/setup
-
Prepare the database:
bin/rails db:prepare
Start the Rails server:
bin/rails server