Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ mabike Public archive

A REST API for keeping track of motorcycles maintenance

Notifications You must be signed in to change notification settings

renan-taranto/mabike

Repository files navigation

Build Status Coverage Status

Mabike

A REST API for keeping track of motorcycles maintenance

Features

  • Motorcycle Resource;
  • Oil Change Resource;
  • Rear and Front Tire Change Resources;
  • Maintenance Warning System (adds warnings to the motorcycle resource representation when it's time to perform a maintenance).

Requirements

Installation

  • Clone the project;
  • Run $ composer install;
  • Create the parameters.yml file at app/config/ directory based on the app/config/parameters.yml.dist file. Mailer information is not needed;
  • Run $ php bin/console doctrine:database:create;
  • Run $ php bin/console doctrine:schema:create;
  • Clear the cache with $ php bin/console cache:clear.

Documentation

Usage

Troubleshooting

Fatal error: Class 'DOMDocument' not found
  • XML Parser PHP extension must be enabled.

About

A REST API for keeping track of motorcycles maintenance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published