Skip to content

cesidio/code_test

 
 

Repository files navigation

Make it Cheaper Code Test

1. Fork this project to your github

2. Do the test

3. When finish provide:

  • Git url to allow us reading/run code or create a Pull Request

4. Your app must start with:

  • bundle install
  • rake db:create db:migrate (If you use DB, sqlite3. Possible to do the test without any DB)
  • rails s

Test

bundle exec rspec

Environments variables

Check .env.example

  • LEAD_API_PGUID="CFFBF53F-6D89-4B5B-8B36-67A97F18EDEB"
  • LEAD_API_PACCNAME="MicDevtest"
  • LEAD_API_PPARTNER="MicDevtest"
  • LEAD_API_ACCESS_TOKEN=provide_by_maket_it_cheaper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.9%
  • HTML 19.4%
  • JavaScript 5.0%
  • Other 0.7%