Skip to content

This is a rest api backend that exposes webservices to be used by a react front end application

License

Notifications You must be signed in to change notification settings

Felix45/hello-rails-back-end

Repository files navigation

Hello React-Rails-Backend

A simple web api application that has a backend powered by ruby on rails and exposes it's api to a front end application built with react

Front-end Repository

Repository Pull request
Repo link >> Pull request Here >>

Built With

Getting Started

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

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to hello-rails-back-end

  $ git clone git@github.com:Felix45/hello-rails-back-end.git
  $ cd hello-rails-back-end

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  $ rails s

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ rspec

Authors

👤 Name Github Twitter LinkedIn
Felix Ouma @Felix45 @Felix_Atonoh LinkedIn

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to Microverse for giving me this project to work on

📝 License

This project is MIT licensed.

About

This is a rest api backend that exposes webservices to be used by a react front end application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published