- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Carpe Diem is 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.The Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
Ruby
Ruby on Rails
Tailwind CSS / Material Tailwind
Database
- [Authentication, User can manage his categories and transactions ]
- [User must be authenticated]
Here is a link to the documentation of the project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Git
and Ruby
gem install rails
Install this project with:
bundle install
npm install
Create Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
rails db:seed
To run the project, execute the following command:
./bin/dev # for building tailwind css
Or
rails server or rails s # after build
Run tests
rspec
👤 Michael Mesfin
- GitHub: @michael-duke
- Twitter: @MikeDuke21
- LinkedIn: MICHAEL MESFIN
- [Use importmaps or esbuild for loading JavaScript]
- [Notifications that pop up and close]
- [Implement side menu and User settings]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse
- Code reviewers
- Inspiration
Under the the Creative Commons liscense
Original design from Gregoire Vella on Behance
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.