- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budged-app is a project 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.
Client
Server
Database
Describe between 1-3 key features of the application.
- Use database migration files to maintain database schema.
- Build a webapp that requires the user to log in.
- Use devise gem for authentication.
- Use cancancan gem for authorization.
- Follow wireframe for design.
- Deploy the app
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone git@github.com:Nkaleth/budget-app.git
cd Recipe-app
bundle install
npm install
rails assets:precompile
To run the project, execute the following command:
rake db:drop db:create db:migrate db:seed
rails server
Mention all of the collaborators of this project.
👤 Nilton Segura
- GitHub: @Nkaleth
- Twitter: @NoeSeguraL
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- Complete Desktop Version
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 feel free to fork it and use it as you need and don't forget to start it!.
I would like to thank Gregoire Vella for the idea of the design.
-
Can I use the project for any purpose?
- Yes, you can use this files for anything you need
-
Do I need to ask for permission?
- No need to ask for permission.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.