Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezekielutshudi/hello-rails-back-end
About A simple hello world app. This is just a work around. In order to learn more about how to build a react and rails appThis app is the backend.
https://github.com/ezekielutshudi/hello-rails-back-end
Last synced: 1 day ago
JSON representation
About A simple hello world app. This is just a work around. In order to learn more about how to build a react and rails appThis app is the backend.
- Host: GitHub
- URL: https://github.com/ezekielutshudi/hello-rails-back-end
- Owner: EzekielUtshudi
- Created: 2022-08-22T18:10:23.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-24T19:01:54.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:14:31.282Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-Rails
This is a simple project just to learn how to build an only api rails app.A simple hello world app. This is just a work around. In order to learn more about how to build a react and rails appThis app is the backend.
## Built With
- Ruby on Rails
- PostgreSQL## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)### Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory### Development Database
```sh
# Install dependencies
bundle install
# Create user
sudo -u postgres createuser -e myPassword -s
# Create the database
rake db:create
# Run database Migration
rails db:migrate
# Run the server
rails s
```## Author
👤 **Ezekiel Utshudi Eteta**
- GitHub: [@EzekielUtshudi](https://github.com/EzekielUtshudi)
- Twitter: [@UtshudiEzekiel](https://twitter.com/UtshudiEzekiel)
- LinkedIn: [@UtshudiEzekiel](https://www.linkedin.com/in/ezekiel-utshudi-195782162/)
## 🤝 ContributingContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
This project is [MIT](./MIT.md) licensed.