Save My Wallet in the last Le Wagon's project made by Leslie, Niels, Quentin and Audrey.
This mobile app made in two weeks aims to monitor daily expenses with gamification. Once the user records an expense, its city evolve according to different levels. This project was made during Le Wagon Bootcamp. Built in two weeks, improvements are obviously necessary. Feel free to fork it and improve it if you want ! For data and expenses, please use the following virtual user: email : [email protected] password : lewagon url : www.savemyw.com
This app was built with Ruby on Rails
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This project is a mobile app. To correctly use it, please go to www.savemyw.com on your mobile and click to "add to home page" to get the icon app on your phone !
-
Get a API Key for cloudinary at [https://cloudinary.com/]
-
Clone the repo
git clone https://github.com/audreypa/save_my_wallet.git
- Install packages
bundle install
- Create db
rails db:drop db:create db:migrate db:seed
- Enter your API Key for cloudinary in
.env
CLOUDINARY_URL = 'ENTER YOUR API';
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request