https://github.com/edgartec97/rest-api-rails
https://github.com/edgartec97/rest-api-rails
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgartec97/rest-api-rails
- Owner: EdgarTec97
- Created: 2022-09-27T17:39:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T17:40:07.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:41:23.663Z (4 months ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```