https://github.com/tinchorocks/effectus_challenge
Effectus Software - SSR RoR Dev Challenge
https://github.com/tinchorocks/effectus_challenge
accounts ruby ruby-on-rails transactions
Last synced: 2 months ago
JSON representation
Effectus Software - SSR RoR Dev Challenge
- Host: GitHub
- URL: https://github.com/tinchorocks/effectus_challenge
- Owner: Tinchorocks
- Created: 2021-05-16T01:35:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T23:05:16.000Z (about 5 years ago)
- Last Synced: 2025-03-21T15:23:11.221Z (over 1 year ago)
- Topics: accounts, ruby, ruby-on-rails, transactions
- Language: HTML
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Effectus job challenge.
Basic Architecture [here](https://docs.google.com/document/d/1QzLm_zp9dTbId4I9fWJu6i162-ehMPVgepQwwpa2GZE/).
## Installation
This project uses Docker to run. You should install Docker & Docker-compose.
[How to install Docker](https://docs.docker.com/engine/install/ubuntu/).
[How to install Docker-compose](https://docs.docker.com/compose/install/).
1. Start project (if you installed Docker correctly this command will do everything for you)
```ruby
docker-compose -f development.yml up
```
You can acccess to your started project in localhost:3000.
## Usage
Once you started the project you will find some forms in the home (localhost:3000) where you could test all the endpoints without need of using postman or something like that :)
## Available endpoints
GET /transactions, POST /transfer, POST /sign_in, DELETE /sign_out.