- π 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 Origamiusing an SSH key:
git clone git@github.com:ElsonOtake/Origami.git
cd Origamiusing GitHub CLI:
git clone gh repo clone ElsonOtake/Origami
cd OrigamiSet up Postgres credentials in .env file
POSTGRES_USERNAME=postgres_username
POSTGRES_PASSWORD=postgres_passwordInstall this project with:
bundle install
rails db:create db:migrateTo run the project, execute the following command:
rails serverOpen 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.