This is my rails capstone project.
In this app i made a mobile first design app where you can create a charity, donate 1$ to one, see all available charities and see users and their charity logs.
- Ruby v2.7.2
- Ruby on Rails v6.1.3.2
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.2
Rails: 6.1.3.2
Postgres: >=9.5
Rspec gem
Instal gems with:
$ bundle install
Setup database with:
$ rails db:create
$ rails db:migrate
To test all test cases write the following
$ rspec
Start server with:
$ rails server
Open http://localhost:3000/
in your browser.
Marko Zecevic
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Inspiration
- etc