- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Recipe App is a group capstone project in which we create a website that allows users to create recipes and add items to their shopping cart as long as they are logged in.
Client
Server
Database
- PostgreSQL database
- User creation and registration
- Recipe creation
- Shopping cart with ingredients and recipes
- public or private recipes
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Rails
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:ivangonzalez224/Recipe-app.git
Install this project with:
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Tomas Esquivel
- GitHub: @tomasesquivelgc
- Twitter: @EsquivelTomas
- LinkedIn: Tomas Esquivel
👤 Iván Gonzalez
- GitHub: @ivangonzalez224
- Twitter: @Ivan Gonzalez
- LinkedIn: Iván Gonzalez Robles
- Controllers
- Model
- View
- User Validation
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is MIT licensed.