- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budget App is a Ruby on Rails full-stack web application.
Client
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/JakariaJishan/Budget-App
Install this project with:
cd Budget-App
bundle install
Create the databases and run migrations with:
rails db:create
rails db:migrate
To run the project, execute the following command:
rails tailwindcss:bundle
rails server or rails s
To run tests, run the following command:
rspec spec/
👤 Jakaria Jishan
- CRUD for categories
- Awesome UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
- Thanks to Gregoire Vella(original idea). Find original design here Thanks to Microverse for providing us with the right material to aid this project development
This project is MIT licensed.