2bleO / YouSpent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

screenshot

Live Demo

Click Here

YouSpent

This 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.

Built With

  • Ruby
  • Rspec
  • Rails
  • PostgreSQL

Getting Started

To get a local copy up and running follow these simple steps inside the root folder.

Prerequisites

Setup

  • Clone or download this repo on your machine
  • Enter project directory
  • Run bundle install to install dependencies
  • Run rails db:create to create a database
  • Run rails db:migrate to create a database
  • Run rails db:seed to add dummy data

Run

Run rails s to run the server and open localhost:3000 in browser

  • After seed you can login using: email: 'Test@user1.com', password: 'password'

Test

Run rspec to run tests

Author

👤 Onesis Olea

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT Lisenced

About


Languages

Language:Ruby 70.6%Language:HTML 19.9%Language:SCSS 5.6%Language:JavaScript 3.9%