๐Ÿ“ฆ waynehamadi / crowdfunding

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/waynehamadi/crowdfunding.git
HTTPS git clone https://github.com/waynehamadi/crowdfunding.git
SSH git clone git@github.com:waynehamadi/crowdfunding.git
CLI gh repo clone waynehamadi/crowdfunding
Merwane Hamadi Merwane Hamadi Merge pull request #1 from MerwaneHAMADI/save 967b9bb 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ app
๐Ÿ“ bin
๐Ÿ“ config
๐Ÿ“ db
๐Ÿ“ lib
๐Ÿ“ log
๐Ÿ“ public
๐Ÿ“ spec
๐Ÿ“ storage
๐Ÿ“ test
๐Ÿ“ tmp
๐Ÿ“ vendor
๐Ÿ“„ :development
๐Ÿ“„ .browserslistrc
๐Ÿ“„ .gitignore
๐Ÿ“„ .rspec
๐Ÿ“„ .ruby-version
๐Ÿ“„ babel.config.js
๐Ÿ“„ config.ru
๐Ÿ“„ Gemfile
๐Ÿ“„ Gemfile.lock
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.js
๐Ÿ“„ Rakefile
๐Ÿ“„ README.md
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Crowdfunding platform

This project is an onboarding training in Capsens

Getting Started

Prerequisites

  • Ruby 2.6.3 (might work with other versions but not guaranteed)
  • Rails 2.6.3
  • local postgresql database

Installing

git clone git@github.com:MerwaneHAMADI/crowdfunding.git
cd crowdfunding
yarn install
rails db:create
rails db:migrate
rails s

Go to http://localhost:3000/