https://github.com/andercm/hello-rails-back-end
https://github.com/andercm/hello-rails-back-end
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andercm/hello-rails-back-end
- Owner: anderCM
- License: mit
- Created: 2023-06-13T21:19:15.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-14T00:34:53.000Z (about 3 years ago)
- Last Synced: 2025-02-05T14:28:43.270Z (over 1 year ago)
- Language: Ruby
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Rails Backend
# 📗 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)
- [Frontend](#frontend)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
Hello Rails Backend is a Ruby on Rails application to provide endpoints for a front-end application
## 🛠 Built With
Backend
Database
- **Data Model**
To get a local copy up and running follow these simple example steps.
### Prerequisites
> You need the following tools be installed in your computer:
> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc
### Setup
Clone this repository to your desired folder:
```sh
cd my-prefered-folder
git clone https://github.com/anderCM/hello-rails-back-end.git
```
### Install
Install this project with:
```sh
cd hello-rails-back-end
bundle install
yarn install
```
### 💾 Database
Create the databases and run migrations with:
```sh
rails db:create
rails db:migrate
rails db:seed
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rails db:migrate RAILS_ENV=test
rspec spec
```
### Frontend
You can find the frontend application [here](https://github.com/anderCM/hello-react-front-end)
### Deployment
To deploy this application you can use Github pages, Netlify, Railway or similar.
👤 **Anderson**
- GitHub: [@Anderson](https://github.com/anderCM)
- LinkedIn: [Anderson](https://www.linkedin.com/in/andersoncanales/)
- [ ] **CRUD for budges**
- [ ] **Awesome UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/anderCM/hello-rails-back-end/issues).
If you like this project please give it a star 😁🌟✨
## 🙏 Acknowledgments
Thanks to Microverse for providing us with the right material to aid this project development
This project is [MIT](./LICENSE) licensed.