This file runs you through environment, database setup and functional flow :
-
Ruby version - 2.3.7
-
Rails version - 5.2.3
-
Database creation
- Used default sqlite3 db for this task.
-
Database initialization
- run "rails db:create" and "rails db:migrate"
- database will be setup.
-
Run "rails s" in terminal and open http://localhost:3000
-
For the importing of files of candidates and notes form is provided to attach the files and submit.
-
For viewing the imported candidates you can click "Candidates" on navbar and same for the Jobs.