Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 2.48 KB

README.md

File metadata and controls

79 lines (51 loc) · 2.48 KB

kodomasuta 🥷

Get your ultimate candidate

Kodomasuta is a Japanese name for Code Master. It's a code assessment application with tests for various programming languages with an admin page where you can invite candidates for coding challenges. Candidates can also take tests to improve their own skills.

Tech stack

  • Ruby, Ruby on Rails, npm

Setup

Client

Install dependencies for the client that uses React JavaScript.

npm install --prefix client
Server

Install dependencies for the client that uses Ruby and Rails. Bundle dependencies on terminal.

bundle install 

Run the application
foreman start -f Procfile.dev

API Endpoints

"/students"

  • Methods - index, show, create, update, delete

"/technical-mentors"

  • Methods - index, show, create, update, delete

"/assessments"

  • Methods - index, show, create, delete

"/questions"

  • Methods - index, show, create, update, delete

"/feedbacks"

  • Methods - index, show, create, update, delete

Deletion or updates in models such as assessments and questions requires authorization as technical mentor

Contributions

Create a feature or bugfix branch for your changes. For example ft-user-card for a feature or bug-model-validations for a bugfix branch. Commit small changes and often. Note that the reviewers may request commit squashes when necessary. After commits pushed are ready create a pull request for the feature and notify the reviewer if applicable to merge to the development branch

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files in accordance with the MIT license

Authors