Skip to content

fzavalia/yoga-app-api

Repository files navigation

Getting Started

Requires

  • php

  • composer

Local Development

Install dependencies

$ composer install

Copy environment variables

$ cp example.env .env

Run database

$ docker-compose up -d

Prepare database

$ scripts/migrate_and_seed_local_db.sh

Run server

$ php artisan serve

The server will be exposed at http://localhost:8000

Local credentials:

  • username: test@gmail.com || test2@gmail.com
  • password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages