Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple hello world app. This is just a work around. In order to learn more about how to build a react and rails appThis app is the backend.
https://github.com/kosher9/hello-rails-back-end

Last synced: 17 days ago
JSON representation

A simple hello world app. This is just a work around. In order to learn more about how to build a react and rails appThis app is the backend.

Awesome Lists containing this project

README

        

# Hello-Rails
This is a simple project just to learn how to build an only api rails app.

## Built With

- Ruby on Rails
- PostgreSQL

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

### Development Database

```sh
# Install dependencies
bundle install
# Create user
sudo -u postgres createuser -e ced00 -s
# Create the database
rake db:create
# Run database Migration
rails db:migrate
# Run the server
rails s
```

## Author

πŸ‘€ **CΓ©dric Kossi**

- GitHub: [@kosher9](https://github.com/kosher9)
- Twitter: [@kosherus](https://twitter.com/kosherus)
- LinkedIn: [LinkedIn](https://linkedin.com/in/lionel-c%C3%A9dric-kossi-323042172)

## 🀝 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.