rezende79 / powerful-api

Powerful (and simple) API implemented with Symfony + API Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powerful and simple API

A Simple API project using Symfony Framework 5 and API Platform bundle.

⭐ Requisites

Write a simple API (using at least Symfony 4.2) for showing a list of users, and creating a new user.

The goal is to be able to swap out the data source for users without having to touch any of the code that uses the data source and returns the response and also provide documentation for consuming the API.

  • (plus) Added a Unique constraint for 'email' field
  • (plus) Added a NotBlank constraint for 'first name' and 'last name' fields.

πŸ’ͺ Try it out

Play with this API here: https://api.rezehnde.com/

πŸ“ Built with

πŸ† Authors

πŸ” Backlog

  • Implement an authentication method to consume the API
  • Include Unit Tests
  • CI/CD using Git on a Shared Host with cPanel

About

Powerful (and simple) API implemented with Symfony + API Platform

License:MIT License


Languages

Language:PHP 66.0%Language:Twig 22.2%Language:Shell 11.8%