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

https://github.com/edgartec97/rest-api-rails


https://github.com/edgartec97/rest-api-rails

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SIMPLE RAILS 5 REST API

Example of a basic REST API to perform CRUD functions. Uses MySQL by default. Please add your own database and credentials

## INSTALL DEPENDENCIES
```bash
$ bundle install
```

## RUN MIGRATION
```bash
$ rails db:migrate
```

## RUN SERVER
```bash
$ rails s
```