The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Ruby
- Rails
- JavaScript
- devise
- cancancan
- bullet
- postgree
- HTML/CSS
To get a local copy up and running follow these simple example steps.
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode, Rubymine;
- Ruby Installed in your machine;
- Rails gem installed in your machine;
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Type
git clone git@github.com:JbirdL86/recipe-app.git
; - With you preffered IDE open the folder that you cloned before;
- Configuring DB access:
- Inside the database.yml file modify the Env variables for getting the username and password to access psql database;
- Creating DB:
- Run
rails db:create
to create a empty databse for the project. - Run
rails db:migrate
for creating the project tables. - If you want, you can run
rails db:seed
to create default values for the tables: Users, comments, likes, posts.
- Run
- Run
rails s
for starting the server; - Access http://localhost:3000/ in a browser of your choice.
- Run rubocop locally with:
Rspec .
to run all tests orRspec [file]
for testing a specific file; - Run stylelint locally with :
npx stylelint "**/*.{css,scss}"
ornpx stylelint "**/*.{css,scss}" --fix
for autofixing errors.
- Run
rails spec
.
👨💻 Nelsino
- GitHub: @nelsinofrancisco
- Twitter: @nelsino_s
- LinkedIn: LinkedIn
👤 Juan Gonzalez
- GitHub: @JbirdL86
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.