Skip to content

An application for uploading pictures. Built with Ruby on Rails 6 and Bootstrap.

License

Notifications You must be signed in to change notification settings

ivandelas/photo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release badge website state badge license badge followers stars

Photo App

live version

This project is part of the The Complete Ruby on Rails Developer Course and it is about uploading pictures and making payments for subscription plans. The idea is this, to register you need to choose a subscription plan and then provide the user details together with the credit card details, Stripe was used to process the payments so you can search their documentation to get some test credit card details.

Table of contents

Requirements

Setup

First, clone this repository.

git clone https://github.com/santiago-rodrig/photo_app.git

Install the required dependencies.

bundle && yarn install --check-files

Run the database migrations.

rails db:migrate

Start the local web server.

rails s

Visit localhost at port 3000 and see the app runnning.

Collaboration

To collaborate to this project first fork the repository, after that, create a new branch based on develop (using Git-flow is recommended), push your branch to your forked repository and create a PR (Pull Request) from your branch to the develop branch of the original repository.

License

Specify the license. You can read the license here.

Contact

You can reach out to me through the following URLs.

About

An application for uploading pictures. Built with Ruby on Rails 6 and Bootstrap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published