/paka-api

API for a mobile and WEB expense tracker app

Primary LanguagePHP

Paka-API

The Paka API is a RESTful API based on Laravel 5 developed by me as my final school project.

Along with Paka API another two repos were developed, Paka-Web a single page application and Paka-APP a Cordova mobile application.

You will need a CouchDB and a MySQL server, just add those configs to the .env

Installation:

  1. Clone the repo: $ git clone git@github.com:FabioAntunes/paka-api.git
  2. Enter the directory: $ cd paka-api
  3. Install composer dependencies: $ composer install
  4. Rename .env.example file and insert your configs
  5. Migrate the database running $ php artisan migrate

Launching API:

  1. Run the PHP server by doing $ php artisan serv or code>$ php artisan serv --host 0.0.0.0 if you want to access your server from outside.