Skip to content

catd825/recipe_app_backend

Repository files navigation

recipeTracker

Social app to create, save, and view recipes

Backend Prerequisites Ruby on Rails PostgreSQL

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

cd recipe_tracker_backend
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