REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
The Ruby on Rails capstone project (remember what they are?) is about building a mobile web application 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.
Recipe App is a...
🛠 Built With Ruby on Rails and PostgreSQL
Describe the tech stack and include only the relevant sections that apply to your project.
Client
Server
Database
- Budget analysis
- Add Budget
- Add Many Groups
To get a local copy up and running follow these simple example steps.
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- Download the Zip file or Clone the repo with:
- git clone https://github.com/karam084/budget-app
- To access the project directory
- cd budget-app
- bundle install
- rails db: migrate
To run the project, execute the following command:
- rails s
- Check http://localhost:3000/ in your browser
Run the following command to install all dependencies.
$ bundle install $ code.
To create your local Database
$ rails db: create $ rails db: migrate
To install rspec, in the terminal kindly run this command
$ gem install rspec To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb To run all tests, please run this command
or $ spec
👤 Karam Fouad
- GitHub: @karam084
- Twitter: @ElarabFouad
- LinkedIn: Karam Fouad
- Doplay App
- Add live demo
- Add Images
CContributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
- I give credit to Gregoire Vella on Behance the author of the original design
This project is MIT licensed.