Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.