Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Zapelini/user-trace

Repository files navigation

Contact Trace

Development challenge of an application, using an api rest to store browsing history of websites.

Pre-requisites

  • Ruby 2.4.0
  • Rails 5.1.2
  • SQlite or Postgresql
  • Make

Using Makefile to describe the possible tasks used in development.

Setup

Clone the repository in a local folder.

$ git clone https://github.com/Zapelini/user_trace.git
$ cd user_trace_py
$ bundle install --without production

Database

Create database

$ make db_create

Migrate database

$ make db_migrate:

Running test

make test_unit

Running app

make dev_run

Access your browser at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published