https://github.com/charlesgobina/hello-rails-back-end
https://github.com/charlesgobina/hello-rails-back-end
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlesgobina/hello-rails-back-end
- Owner: charlesgobina
- Created: 2022-05-09T00:35:14.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-09T16:14:09.000Z (about 3 years ago)
- Last Synced: 2024-10-18T09:14:54.874Z (8 months ago)
- Language: Ruby
- Size: 7.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-rails-back-end
> An api to serve [hello-react-front-end](https://github.com/charlesgobina/hello-react-front-end)
## Built With
- Ruby on Rails
## Prerequisites
- Ruby
- Ruby on Rails
- PostgreSQL
- Terminal## Getting Started
To get a local copy up and running follow these simple example steps.
1. clone the repository to you machine using your terminal:
`git clone [email protected]:charlesgobina/hello-rails-back-end.git`
`cd hello-rails-back-end`
2. Install the gems:
`bundle install`
3. Setup the development and the test databases:
`rails db:setup`
4. Alternatively, run seeds using:
`rails db:seed`
5. To run the server use:
`rails s`## Install
- Ruby
## Authors
👤 **Charles Gobina**
- GitHub: [@charlesgobina](https://github.com/charlesgobina)
- Twitter: [@charles_gobina](https://twitter.com/charles_gobina)
- LinkedIn: [Charles Gobina](https://www.linkedin.com/in/charlesgobina/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!