/rails-template

Template to RoR project with PostgreSQL database

Primary LanguageRuby

📗 Table of Contents

📖 [your_project_name]

Describe your project in 1 or 2 sentences.

[your_project__name] is a...

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
Server
Database

Key Features

Describe between 1-3 key features of the application.

  • [key_feature_1]
  • [key_feature_2]
  • [key_feature_3]

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Ruby

Setup

Clone this repository to your desired folder:

using HTTPS:

  git clone https://github.com/ElsonOtake/.git
  cd 

using an SSH key:

  git clone git@github.com:ElsonOtake/.git
  cd 

using GitHub CLI:

  git clone gh repo clone ElsonOtake/
  cd 

Install

Install this project with:

  bundle install
  rails db:create db:migrate

Usage

To run the project, execute the following command:

  rails server

Open http://localhost:3000/ on your browser.

Run tests

To run tests, run the following command:

  rspec

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Elson Otake

👤 Author2

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [new_feature_1]
  • [new_feature_2]
  • [new_feature_3]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

(back to top)

📝 License

This project is MIT licensed.

(back to top)