/finatra

[sinatra, sqlite3, bootstrap]

Primary LanguageRuby

Finatra

This project follows the Finatra tutorial from General Assembly and was completed as part of The Odin Project curriculum.

Finatra is a simple fish web app created using Sinatra that lists different types of fish with their name, an image, and a description. The app also includes a form for users to add their own fish.

To run this app

  1. Fork this repository on GitHub.
  2. Clone your forked repository onto your local computer.
  3. Use cd finatra to move into the project folder.
  4. Run ruby db/seeds.rb to initialize the database.
  5. Run ruby app.rb to start the server.
  6. In your browser, navigate to http://localhost:4567/.