Skip to content

mtyc/api-boilerplate

Repository files navigation

REST API Boilerplate

Description

Project created to start writing simple but extendable REST API with Symfony framework, Doctrine ORM and simple CQRS.

Requirements

  • Docker Compose

or setup by yourself with

  • PHP 8.2
  • Composer 2
  • nginx
  • Swagger UI
  • MySQL/MariaDB
  • mailcatcher

Build

Start Docker containers

# start project containers
$ make up

Install dependencies

# install required vendors
$ make vendor

# run migrations
$ make dmm

# run data fixtures
$ make dfl

Setup JWT

Read the documentation of Lexik JWT Authentication Bundle

Have fun!!!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors