Skip to content

ozzman84/rails-engine-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GitHub last commit


Rails Engine API

You are working for a company developing an E-Commerce Application. Your team is working in a service-oriented architecture, meaning the front and back ends of this application are separate and communicate via APIs. Your job is to expose the data that powers the site through an API that the front end will consume.
Visit the site »

Report Bug · Request Feature

About The Project

The Rails Engine API is built with Ruby on Rails using a relational database. Project management was completed using Agile methodologies and scrum ceremonies. As for testing, GitHub Actions was used for continuous integration and continuous deployment with unit testing completed via RSpec and SimpleCov.

(back to top)

Built With

Framework

Languages

Tools

Gems


Development Principles

(back to top)

Getting Started

Installation

Follow the instructions listed below to get the application up and running.

  1. Clone the repo
    git clone git@github.com:ozzman84/rails-engine-api.git
  2. Run bundle
    bundle install
  3. Run migrations
    rails db:{create,migrate,seed}

(back to top)

Schema

D379188F-9790-4DBE-8407-74C158FA88AA

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Back-end Team
Ozzie Osmonson link link

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors