Skip to content

Latest commit

 

History

History
143 lines (89 loc) · 3.73 KB

README.md

File metadata and controls

143 lines (89 loc) · 3.73 KB

📗 Table of Contents

📰 Budget-App

Tech Stack

Key Features

  • Register and log in
  • Add user
  • Add Budget
  • Add User Authentication
  • Add test

🚀 Live Demo

https://budget-app-zr6z.onrender.com/

loom video https://www.loom.com/share/00fe0ea87ca94b0eb3e4a4186ee35f54

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • git use the following link to setup git if you dont have it already installed on your computer Install git

  • Ruby use the following link to setup Ruby if you dont have it already installed on your computer Install ruby

  • Rails use the following link to setup Rails if you dont have it already installed on your computer Install rails

  • PostgreSQL use the following link to setup PostgreSQL if you dont have it already installed on your computer Install postgresql

Setup

Clone this repository to your desired folder: Example command:

  git clone https://github.com/alicemirigo92/Budget-App
  cd recipe-app

Install

Example command:

  cd recipe-app
  bundle install (install all dependencies)

Usage

To run the project redirecting to the root directory of the project and run the following command:

 bin/rails server (to run web application)

Test

To test the web app run the following command:

 rspec spec (  to test the console application)

👥 Authors

👤 Alice Mirigo

(back to top)

🔭 Future Features

  • User Profile.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

We would like to thank microverse community for the support and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)