https://github.com/thoth1111/rails-group-capstone
https://github.com/thoth1111/rails-group-capstone
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thoth1111/rails-group-capstone
- Owner: Thoth1111
- License: mit
- Created: 2023-05-22T07:41:48.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-26T08:54:43.000Z (about 3 years ago)
- Last Synced: 2025-06-10T03:39:41.453Z (about 1 year ago)
- Language: Ruby
- Size: 140 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rails Group Capstone
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
Rails group capstone is a group project to create web based app that conntains user, recipe and recipe food information. A registered user can add foods, create recipes and link foods to recipes.
- Ruby on Rails
- PostgreSQL
- RSpec
- **CRUD Operations**
- **Authentication**
- **Authorization**
### 🚀 Live Demo
Access the development [demo](https://ror-group-capstone.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: rails
### Setup
Clone the repo and open terminal in the project root directory
### Install
Install this project with:
```sh
bundle install
```
And Create `.env` file in the root directory add the configurations.
You can use the `.env.example` file as a template.
### Usage
To run the project, execute the following command:
```sh
rails s
```
**Wai Yan Phyo**
- Github: [@oyhpnayiaw](https://github.com/oyhpnayiaw)
- Twitter: [@oyhpnayiaw](https://twitter.com/oyhpnayiaw)
- LinkedIn: [@oyhpnayiaw](https://linkedin.com/in/oyhpnayiaw)
**Alwyn Androvelle**
- Github: [@Thoth1111](https://github.com/Thoth1111)
- Twitter: [@androvelle](https://twitter.com/androvelle)
- LinkedIn: [@Alwyn](https://linkedin.com/in/alwyn-androvelle-simiyu)
- [ ] **Update Methods**
- [ ] **User profile**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project or find it useful, please consider giving it a ⭐️. Thanks!
Multiple resources online and Microverse.
This project is [MIT](./LICENSE) licensed.