Skip to content

webong/laravel-group-saving-api

Repository files navigation

ESUTE API

A demo application to illustrate how cooperative/group savings works.

Installation

Clone the repo locally:

git clone https://github.com/webong/esute-api.git esuteapi
cd esuteapi

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Start the app server:

php artisan server

Start the Queue Worker:

php artisan queue:work

You're ready to go! Visit Esute API Documentation on your local instance, here:

Use Telescope on your local instance to monitor app activities like queues and mail locally, Visit telscope here:

Running tests

To run the Esute API tests, run:

phpunit

About

A sample laravel api for managing group saving

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published