Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelargentina/ror-appointments-app
Appointments app with payment integration
https://github.com/miguelargentina/ror-appointments-app
Last synced: 8 days ago
JSON representation
Appointments app with payment integration
- Host: GitHub
- URL: https://github.com/miguelargentina/ror-appointments-app
- Owner: MiguelArgentina
- Created: 2022-10-09T22:02:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T12:23:48.000Z (about 2 years ago)
- Last Synced: 2024-10-18T16:16:50.979Z (3 months ago)
- Language: CSS
- Size: 16.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is an appointments booking system with payment integration just to practice my skills.
Payments are made with [MercadoPago](https://www.mercadopago.com.ar/developers/es) (already
functional with a test key) and with [Stripe](https://stripe.com/docs/payments/checkout)* Live demo:
* [https://tucu-appointments-booking.herokuapp.com/](https://tucu-appointments-booking.herokuapp.com/)
* Ruby version: 3.0.3
* Rails version: 7.0.3.1
* Database: postgresql@12 or higher* Database creation
* Run:
```
rails db:create
rails db:migrate
rails db:seed
```* Running the app
* Run:
```
rails s
```
* Open your browser and go to `localhost:3000`