Flatiron Sinatra Project Simple Blog V1.0 WebApp Module #2 Project.
a simple Blogging Application created to meet the MPV.
To use SimpleBlog App:
-
fork and clone this repository.
-
then on the Terminal run the following command:
$ bundle install
-
Then run:
$ rake db:migrate
-
to start the local server and run the app then run:
$ shotgun
-
them just go to
localhost:9393
on you web browser.
$ bundle exec thin start --debug
- This command will use a Rack Adapter to start thin server --debug is optional but helpful if any error will be shown in the terminal. To to use the WebApp navigate to
localhost:3000
All kinds of contributions are welcome! The most basic way to show your support is to ⭐️ star the project, or to raise 🐞 issues Also feel fre to make a pull request.
Simpleblog is available as open source under the terms of the MIT License.