Skip to content

sisiliaa01/deploy-test

Repository files navigation

petanikita-api

Repository for PetaniKita Laravel Back-end API for authentication and product endpoints.

API Documentation

For API documentations, see our Postman API documentation.

Setup

Requirements

Installation

  1. Clone the repository
git clone https://github.com/c23-ps419/petanikita-api
  1. Install dependencies using Composer
composer install
  1. Copy the .env.example file to .env file
cp .env.example .env
  1. Configure the configuration variables in .env file, except the APP_KEY variable

  2. Generate the APP_KEY environment variable using artisan command

php artisan key:generate
  1. Migrate the database
php artisan migrate
  1. (Optional) Populate your database with data
php artisan db:seed
  1. Run the server
php artisan serve

deploy-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages