- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Origami is a mobile web application to manage budget.
This application allows the customer 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.
Client
Database
- Authentication
- Tests
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Origami.git
cd Origami
using an SSH key:
git clone git@github.com:ElsonOtake/Origami.git
cd Origami
using GitHub CLI:
git clone gh repo clone ElsonOtake/Origami
cd Origami
Set up Postgres credentials in .env file
POSTGRES_USERNAME=postgres_username
POSTGRES_PASSWORD=postgres_password
Install this project with:
bundle install
rails db:create db:migrate
To run the project, execute the following command:
rails server
Open http://localhost:3000/
on your browser.
To run tests, run the following command:
rspec
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
- CRUD for Categories and Transactions
- Transaction details page
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:
- Original design idea by Gregoire Vella on Behance
- Monkik and flaticon immensely for the wonderful icons used by the app
- Microverse
- W3Schools
- Stack Overflow
- Render
- ElephantSQL
This project is MIT licensed.