๐Ÿ“ฆ waynehamadi / crowdfunding

๐Ÿ“„ README.md ยท 26 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# 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/