Skip to content

davidmles/contacts_app

Repository files navigation

README

Setup

  • Install all gems: bundle install
  • Create the database: bin/rails db:create db:schema:load
  • Seed the sample data: bin/rails db:seed

Start the server

If you want to start the server to test the app, just run bin/rails server and go to http://localhost:3000 in your browser.

If you want to start the server and the Tailwind CSS compiler, run bin/dev and go to http://localhost:3000 in your browser.

Run the tests

To run the tests, run bin/rails test in your terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published