Skip to content

simonbowen/code_test

 
 

Repository files navigation

Make it Cheaper Code Test

1. Fork this project to your GitHub

2. Do the test

3. When finished

  • provide a git URL to allow us to read/run your code
  • and/or create a pull request

4. Your app must start by running the following commands

  • bundle install
  • rake db:create db:migrate (If you use a database or sqlite3. It's possible to do the test without any database)
  • 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 75.3%
  • HTML 19.1%
  • JavaScript 4.9%
  • Other 0.7%