Skip to content

adnux/rastreamento_acesso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rastreamento de Acesso

Environment

This app was build with Ruby 2.4.2 and Rails 5.1.4.

Install

  • Install dependencies:
$ bundle install
  • Create and generate database migrations:
$ rake db:create
$ rake db:migrate
  • Start the api
$ rails s

API endpoints

Sample Site

https://vast-hamlet-73400.herokuapp.com/acessos

Example Site

The code for the example site is inside folder 'site'

- site
  |- js
    |- access_crawler.js
  |- css
    |- bootstrap.css
    |- bootstrap.min.css
  |- index.html
  |- price.html
  |- contact.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published