Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tugsem/hello-rails-back-end


https://github.com/tugsem/hello-rails-back-end

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Set up a "Hello world" project with two apps

> A simple application for study purposes. Used rails as a back-end for creating api for messages to show them in my react app.

## Built With

- Ruby on Rails

## Getting Started
To get a local copy up and running follow these simple example steps.

- Copy and clone this link locally `https://github.com/tugsem/hello-rails-back-end.git`.
- Go to the repository folder in your command prompt `cd hello-rails-back-end`.

- Follow these steps to run the app:
- run `bundle`
- run `rails db:create`,`rails db:migrate`,`rails db:seed` to create database
- run `rails server` to open the server
- clone the react-repo below and run `npm install` and `npm run start` on a new tab.
- Refresh the page to see randomly selected messages from the rails api

## Link to the React App
https://github.com/tugsem/hello-react-front-end

## Authors

👤 **Tuğsem Saranlı**

- GitHub: [@tugsem](https://github.com/tugsem)
- Twitter: [@tugsem](https://twitter.com/tugsemSaranli)
- LinkedIn: [@tugsem](https://linkedin.com/in/tugsem)

## 🤝 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!

## 📝 License

This project is [MIT](./MIT.md) licensed.