GithubHelp home page GithubHelp logo

neckerfree / blog_app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 144 KB

The Blog app is a classic example of a blog website. this website shows the list of posts and empower readers to interact with them by adding comments and liking posts.

License: MIT License

Ruby 75.29% JavaScript 0.06% CSS 2.12% HTML 19.45% Batchfile 3.08%

blog_app's Introduction

Project Name : Blog_App

The Blog app is a classic example of a blog website. this website shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

  • Ruby on Rails

Getting Started

To get a local copy up and running follow these simple example steps.

  • Clone Repository using git clone https://github.com/NeckerFree/Blog_App
  • Move into project directory cd Blog_App

Setup Database

  • Make sure that your Postgres database is installed.

  • Open the file config\database.yml

  • Modify the connection parameters to point your Postgres Database: username: [your_user] password: [your_password]

  • If required drop existing database : rake db:drop

  • Create databases: rake db:create

  • Create db structure including tables : rake db:migrate

  • If required seed initial data (stored in db\seeds.rb file): rails db:seed

Run Tests

  • Install rspec: bundle install
  • Run all tests: rspec
  • Run all tests and show test documentation: rspec spec --format documentation

Run App

Author

πŸ‘€ Elio CortΓ©s

🀝 Contributors

πŸ‘€ Amrendra K

πŸ‘€ Alejandro Neira

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse team for guidance

πŸ“ License

This project is MIT licensed.

blog_app's People

Contributors

alejandroneira98 avatar amrendrakind avatar neckerfree avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

denscholar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.