Skip to content

A code assessment application with tests for various programming languages

License

Notifications You must be signed in to change notification settings

morehwachege/kodomasuta

Repository files navigation

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

About

A code assessment application with tests for various programming languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •