Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laylo309/hello-rails-back-end
https://github.com/laylo309/hello-rails-back-end
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laylo309/hello-rails-back-end
- Owner: Laylo309
- License: mit
- Created: 2022-01-20T22:51:05.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-26T01:01:59.000Z (almost 3 years ago)
- Last Synced: 2023-03-12T01:18:13.672Z (over 1 year ago)
- Language: Ruby
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello REACT-RAILS Back-end
This is a simple study project, Here I'm creating a rails API to provide data to a front-end app!
[Link to react-app](https://github.com/Laylo309/hello-rails-front-end)
## Getting Started
To run the project locally, copy up and running follow these simple example steps :- First of all make sure you have both `Ruby` & `Rails` installed in your machine
(else You can install `Rails` just with this simple command ```gem install rails```)
- clone the project with the following command line :
```
$ git clone [email protected]:Laylo309/hello-rails-back-end.git
```
- Then go to the right folder
```
$ cd hello-rails-back-end
```
```
$ bundle
```
and run to install npm package
```
$ npm install
```make sure the database is up and running.
```
$ rails db:create
```
When you will add migration file then, you can add command like
```
$ rails db:migrate
```
When you will add seeds file then, you can add command like
```
$ rails db:seed
```- Finaly run `rails s` and visit http://localhost:3000/ in your browser!
## Built With
- Ruby on Rails
- PostgreSQL## Author
👤 **Laylo Khodjaeva**
- GitHub: [@Laylo309](https://github.com/Laylo309)
- Twitter: [@Laylo](https://twitter.com/home?lang=en)
- LinkedIn: [LayloKhodjaeva](https://www.linkedin.com/in/laylo-khodjaeva-05a972207/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Laylo309/hello-rails-react/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration 💘
- Microverse program ⚡
- My standup team 😍
- My family's support 🙌