Giter Club home page Giter Club logo

fishing_app's Introduction

Fi-Shop

A Websites to see a different kind of fishing equipment used in different types of places like River, pond, Sea, etc. Here Article can be created. You can vote for any article of your choice and it is displayed on the home page if it has a maximum vote. The article is also divided into categories. Thanks.

Deployment

Screenshot of the app Screenshot of the app Screenshot of the app Screenshot of the app Screenshot of the app Screenshot of the app Screenshot of the app

Getting started

To get started with the website, first clone the repo and cd into the directory:

$ git clone https://github.com/Deepakdanger/fishing_app.git
$ cd fishing_app

on:

Triggers the workflow on push or pull request events but only for the development branch

push: branches: [ development ] pull_request: branches: [ development ]

Then install the needed packages (while skipping any Ruby gems needed only in production):

$ bundle install

Next, setup webpacker configuration

$ rails webpacker:install

After that, create and migrate the database:

$ rails db:create
$ rails db:migrate

To run the project on rails local server:

$ rails server

Deploying

you’ll need a Heroku account

To deploy this, you’ll need to create a new Heroku application, switch to the right branch, push up the source, run the migrations, and seed the database with sample users:

$ heroku create
$ git checkout feature
$ git push heroku feature:master
$ heroku run rails db:migrate
$ heroku run rails db:seed

Visiting the URL returned by the original heroku create should now show you the sample website running in production.

Branches

Simply check out the corresponding branch using git checkout:

$ git checkout <branch name>

Testing

For test, In Gemfile include:

group :development, :test do
  gem "database_cleaner"
  gem "rspec-rails"
end

Then, run bundle install and run

$ run rails generate rspec:install

Authors

👤 Deepak Kumar

Contributions

Design from Gregoire Vella

fishing_app's People

Contributors

deepakdanger avatar

Stargazers

Spencer Okyere avatar Roy Ntaate avatar  avatar kjeanmark avatar Omar R. avatar

Watchers

 avatar

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.