Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-amjed/hello-rails-back-end
Back End API for hello rails app for learning purpose. Created with Ruby on Rails.
https://github.com/awais-amjed/hello-rails-back-end
ruby-on-rails
Last synced: about 17 hours ago
JSON representation
Back End API for hello rails app for learning purpose. Created with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/awais-amjed/hello-rails-back-end
- Owner: awais-amjed
- License: mit
- Created: 2022-07-05T06:41:15.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-05T11:02:08.000Z (over 2 years ago)
- Last Synced: 2024-06-01T01:57:55.969Z (8 months ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Hello Rails Back End
> Back End app for hello rails test API
## Link to backend
- Check out React Front-end Application [here](https://github.com/awais-amjed/hello-react-front-end)
## Built with
- Ruby
- Rails## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Rails
- Postgresql### Setup
- Clone the Repository
- Go to the project directory
- Run ```bundle install```
- Run ```rails db:create```
- Run ```rails db:migrate```
- Run ```rails db:seed``` to populate database### Usage
- Run ```rails s``` to run the app
Make sure to run the server on `port 3000` to communicate with the front-end
## Authors
👤 **Awais Amjed**
- GitHub: [@awais-amjed](https://github.com/awais-amjed)
- LinkedIn: [@awais-amjed](https://www.linkedin.com/in/awais-amjed/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.