- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Birre app] is a birre manager website.
Describe the tech stack and include only the relevant sections that apply to your project.
Server | Backend
Database
Describe between 1-3 key features of the application.
- [Add Category and transaction]
- Interact with category and transaction
- [Sign in and sign up]
- User authentication. Set birre to either public or private.
Add a link to your deployed project.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd birre
git clone https://github.com/IamYunusAli/Birre.git
cd birre
Open in your favorite editor
Install this project with:
cd birre
gem install
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rspec spec
You can deploy this project using:
Mention all of the collaborators of this project.
👤 Yunus Ali
- GitHub: @IamYunusALi
- Twitter: @IamYunusAli
- LinkedIn: Yunus Ali
Describe 1 - 3 features you will add to the project.
- [Edit category]
- [Delete Category ]
- [list animation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase. I would like to thank... Original design idea by Gregoire Vella on Behance.
the design Design here
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.