Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguntayomicheal/ruby-on-rails-template
https://github.com/oguntayomicheal/ruby-on-rails-template
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oguntayomicheal/ruby-on-rails-template
- Owner: oguntayomicheal
- License: mit
- Created: 2023-10-25T19:29:42.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-25T19:33:05.000Z (about 1 year ago)
- Last Synced: 2024-10-09T18:14:16.804Z (about 1 month ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rails template
# π Table of Contents
- [Doctor\_appointment\_reservation\_back\_end](#doctor_appointment_reservation_back_end)
- [π Table of Contents](#-table-of-contents)
- [π \[Appointment\_booker\_back\_end\] ](#-appointment_booker_back_end-)
- [Link to the front-end repo](#link-to-the-front-end-repo)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [β Show your support ](#-show-your-support-)
- [πAcknowledgments ](#acknowledgments-)
- [π License ](#-license-)**[rails template]** is a Ruby on Rails template repo to quickly get started on a project or take home assignments
##### [Link to the front-end repo](https://github.com/t)
Ruby on Rails
- **[ ]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/
cd ....
```
### Install
Install this project with:
```sh
bundle install
```
```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0'
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
rails db:migrate
rails db:seed
rails server -p 4000
```
To view api documentation on the project, execute the following command when server is running:
```sh
http://localhost:4000/api-docs
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
π€ **Micheal Oguntayo**
- GitHub: [@oguntayomicheal](https://github.com/oguntayomicheal)
- Twitter: [@OguntayoMicheal](https://twitter.com/Oguns_micky)
- LinkedIn: [@OguntayoMicheal](https://www.linkedin.com/in/ogunsmicky/)
- [] **[ ]**
- [] **[ ]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/s).
If you like this project please show support by staring :star:οΈ.
-
This project is [MIT](./LICENSE) licensed.