Development challenge of an application, using an api rest to store browsing history of websites.
- Ruby 2.4.0
- Rails 5.1.2
- SQlite or Postgresql
- Make
Using Makefile to describe the possible tasks used in development.
Clone the repository in a local folder.
$ git clone https://github.com/Zapelini/user_trace.git
$ cd user_trace_py
$ bundle install --without production$ make db_create$ make db_migrate:make test_unitmake dev_runAccess your browser at http://localhost:3000.