Git Product home page Git Product logo

pay_bills_on_time_api's Introduction

Description

A RESTful API to add bills on a table with the last day these have to being paid. We can sing up and sing in to add bills and see the bills of our own user. It has a nice implementation where we can get notified by email when a bill is about to expire.

Technologies

  • Ruby on Rails
  • PostgreSQL
  • RSpec
  • Rubocop
  • Redis
  • Sidekiq

How to use it

  1. Clone the repository to your local machine. git clone [email protected]:er-contreras/time_management_BE.git
  2. cd into the directory cd time_management_BE
  3. Install all the gems bundle install
  4. Create the database rails db:create
  5. Run the migrations rails db:migrate
  6. Run the server rails s
  7. Run the redis server redis-server
  8. Run the sidekiq server bundle exec sidekiq
  9. Run the tests bundle exec rspec
  10. Open the browser and go to sidekiq UI http://localhost:3000/sidekiq
  11. Enjoy!

API Documentation

Users

Sign up

POST /users

Parameters

| Name | Type | Description |

| ---- | ---- | ----------- |

| email | string | Required. |

| password | string | Required. |

| password_confirmation | string | Required. |

Example
{
  "user": {
    "name": "John Doe",
    "username": "johndoe",
    "email": "[email protected]",
    "password": "123456"
  }
}

Example when a job was scheduled for the next day.

Screenshot 2023-08-14 at 19 23 40

pay_bills_on_time_api's People

Contributors

er-contreras avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.