Skip to content

catd825/budgetBuddy_backend_Mod5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

budgetBuddy

A simple way to create and modify monthly budgets and transactions.

Demo Video and Heroku coming soon!

Backend Prerequisites Ruby on Rails PostgreSQL

Backend Installation Instructions Once the repo is cloned, run the Rails server:

cd budgetBuddy_backend_Mod5
bundle install

Install the database:

rails db:create
rails db:migrate
rails db:seed

Run the server

rails s

You may now proceed to start the front end here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published