Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhammadrizooff/hello-rails-backend
https://github.com/mukhammadrizooff/hello-rails-backend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhammadrizooff/hello-rails-backend
- Owner: mukhammadrizooff
- License: mit
- Created: 2022-06-17T19:50:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-18T16:10:44.000Z (over 2 years ago)
- Last Synced: 2024-04-18T07:02:38.908Z (9 months ago)
- Language: Ruby
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set up a "Hello world" project with two apps
![Microverse](https://img.shields.io/badge/Microverse-blueviolet)
> Rails App backend
## Link to Project PR
[React Project PR]([https://github.com/mukhammadrizooff/Hello-rails-BackEnd/pull/1](https://github.com/mukhammadrizooff/Hello-React-FrontEnd/pull/1))
## Built With
- Ruby on Rails
- PostgreSQL
- Webpacker
- React## 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### Install
- bundle install
### Database
#### Create user with *Ubuntu*
- sudo -u postgres createuser hello_rails_react -s
#### Create database, load schema and seed data
- rails db:reset db:seed### Run
- rails s
## Author
👤 **Muhammad Rizo Abdunazarov**
- Github : [@mukhammadrizooff](https://github.com/mukhammadrizooff)
- Twitter: [@Muhammadrizooff](https://twitter.com/Muhammadrizooff)
- LinkdIn : [LinkedIn](https://www.linkedin.com/in/mukhammadrizooff/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mukhammadrizooff/Hello-rails-BackEnd/issues).
## Show your support
Give a ⭐️ if you like this project!
## License
This project is [MIT](./LICENSE) licensed.