Skip to content

jpo/gift-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Gift Tracker

DESCRIPTION:

Rails Gift Tracker is a web application that allows users to record and report on gifts that have been given to customers.

GETTING STARTED:

To get started quickly, you can just run it locally. Setting that up goes something like this:

  • Open a terminal and navigate to the root directory of the application
  • Run bundle install to install dependencies.
  • Run rake db:migrate to create a local database.
  • Run rake db:seed to install demo data.
  • Run rails server to start a local web server.
  • Open a browser and navigate to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published