https://github.com/javitocor/rails-api-tutorial
Practice project following the instructions from: https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
https://github.com/javitocor/rails-api-tutorial
rails-api rails5 tutorial
Last synced: 8 months ago
JSON representation
Practice project following the instructions from: https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
- Host: GitHub
- URL: https://github.com/javitocor/rails-api-tutorial
- Owner: javitocor
- License: mit
- Created: 2020-09-01T07:56:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T08:03:28.000Z (over 5 years ago)
- Last Synced: 2025-04-07T09:44:12.600Z (8 months ago)
- Topics: rails-api, rails5, tutorial
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Rails API tutorial
> Practice project following the instructions from: https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
Additional description about the project and its features.
## Built With
- RUBY ON RAILS
- VSCODE
## Getting Started
- Follow the live demo link and enjoy the site.
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Rail-API-tutorial/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/Rail-API-tutorial.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Rail-API-tutorial.git
```
* In the project directory, you can run:
- `$ bundle install` - installs all required gems
- `$ rails s` - runs the app in the development mode
### Automated Test
- `$ npm run test`
- Launches the test runner in the interactive watch mode.
- See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Rail-API-tutorial/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [Scotch.io](https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one)
- [Austin Kabiru](https://scotch.io/@austin)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Rail-API-tutorial.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Rail-API-tutorial/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Rail-API-tutorial.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Rail-API-tutorial/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Rail-API-tutorial.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Rail-API-tutorial/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Rail-API-tutorial.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Rail-API-tutorial/issues