Click to view contents
This Budget App is a ruby on rails application that allows users to create and update posts.
Client
Database
This projects aim is to help users implement a real-world project that
- where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
To get a local copy up and running, follow these steps.
- Ruby
- Rails
- Node package manager (npm)
- Enter this url: https://github.com/stephnna/budget-app in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select the download Zip option from drop-down menu.
- Once the download is complete you will be able to access my project locally.
git clone git@github.com:stephnna/budget-app.git
cd budget-app
Install this project with:
To run the project, execute the following command:
- Run
rails s
orrails server
to start a development server.
To run tests, run the following command:
rspec spec
will run all the tests.
Also, you can run rspec spec/
to run specific tests.
You can also run RAILS_ENV=test rspec spec/
to run the tests in test mode.
-allow user to manage budget
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue, feel free to check the issues page.
If you like this project. Don't forget to give it a ⭐️
- A big thanks to @microverseinc for the project idea, guidance and inspiration.
- Find the original design here
-
What inspired me to create this project?
- The inspiration for this project came from microverse – a software development bootcamp where you work with teammates remotely on different projects.
This project is MIT licensed.