This Ruby on Rails app Allow you to create recipes and calculate prices and totals.
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple steps inside the root folder.
-
Clone or download this repo on your machine
-
Enter project directory
-
Run
install bundle
to install dependencies -
Run
rake db:create
to create a database -
Run
rake db:migrate
to create a database -
Run
rake db:seed
to add dummy data -
After seed you can login using: email: 'Test@user1.com', password: 'password'
Run rspec
to run tests
👤 Onesis Olea
- Github: 2bleO
- Linkedin: Onesis Olea
- Twitter: @OleaOnesis
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Microverse for the motivation
-
Original design idea by Nelson Sakwa on Behance.
This project is MIT Lisenced