Skip to content

DinisEsteves/dinisesteves-posts_api

Repository files navigation

Project Initialization

This repo includes scripts to build and preview the contents of this repository.

To build and preview the project, run:

  • Clone this repository:
$ git clone ...
  • Create your .env file and setup your database connection:
$ cp .env.example .env
  • Install all composer dependencies:
$ composer install
  • Run the laravel sail:
$ sail up -d

The result will be available at http://localhost.

API Example

Testing api post method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published