Skip to content

Backend of application created using Ruby on Rails

Notifications You must be signed in to change notification settings

daliayan/NewPiggyBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Piggy Bank || Ruby on Rails Backend + JS ES6, React, Redux Frontend

This Ruby Backend + React/Redux/JSES6 Application was created in the GitHub link below:

https://github.com/daliayan/My_Piggy_Bank.git

There was an error that created a disconnection in the application so I created a new repository, and brought the bones of the old application over to this githome. Thankfully, if you're still reading this I was able to transfer my application over to its new home.

I created the backend of my application using the command:

rails new backend --api database=postgresql.

The front end of this project was created with Create React App.

Description of the Application

I was inspired by the Netflix Hit TV show Squid Games when creating this project. In short, there's a piggy bank that increases in value within the show, and I was inspired to create my own piggy bank. The application allows the user to create their own piggy bank complete with a: name, gender, and monetary value of your choosing.

Installation

Use this link to clone my GitHub repository:

gh repo clone daliayan/NewPiggyBank

From there in the terminal cd into the backend folder of the application. Once in the correct folder run the following command in your terminal to ensure you have the required gems to run the application:

bundle install

Following this step, you can run the following command to start up the backend server:

rails s

Now that you have the backend server retrieving data in your webpage, you cd back into the PiggyBank folder. Here you navigate into the frontend folder using the command: cd frontend. Now that you're in the correct folder, you can enter the following command into the terminal to start up the application.

npm install
npm start

You now have access to create your own Piggy Banks.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/daliayan/NewPiggyBank. This project is intended to be a safe, welcoming space for collaboration, and contributors.

License

The gem is available as open source under the terms of the MIT License.

Read & Watch More About My Experience Making This Application

About

Backend of application created using Ruby on Rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published