akbarbin / profileer

Profileer is web application that can validate phone number.

Home Page:https://profileer-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Project Description

Profileer is web application that can validate phone number.

Things you may want to cover:

  • Website https://profileer-app.herokuapp.com/

  • Open API https://www.abstractapi.com/

  • Ruby version Ruby 3.0.2

  • System dependencies Rails 6.1.4

  • Configuration .env file

    ABSTRACT_API_KEY=556bed4b995e42eca7114b937fd0b138
    HMAC_SECRET=my$ecretK3ys
    PORT=3000
    RACK_ENV=development
    
  • Database creation

    heroku run rake db:create
    heroku run rake db:migrate
  • Database initialization

    heroku run rake db:seed
  • How to run the test suite

    bundle exec rspec
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

    git push heroku main
  • Running app instructions

    heroku local
  • Login as admin email: admin@profileer.com password: admin1234

About

Profileer is web application that can validate phone number.

https://profileer-app.herokuapp.com


Languages

Language:Ruby 66.7%Language:CSS 10.4%Language:Vue 8.5%Language:JavaScript 7.1%Language:HTML 6.9%Language:SCSS 0.4%