Skip to content

qweluke/SimpleRestServer

Repository files navigation

REST server

####Simple REST server

#####This example uses:

#####Requirements:

  • PHP 7
  • MySQL 5.7 or MariaDB

#####How to start:

  • clone this repo
  • run composer install to install necessary dependencies
  • run php bin/console server:start 0.0.0.0:8000
  • go to http://localhost:8000/dev/doc to see documentation

If you are having any permissions problems please follow this.

What you can:

  1. Authorize

  2. User

  • CRUD commands for USER
  • Search for an user
  • CRUD commands for company contacts
  • search for an company contact
  • CRUD commands for company
  • search for a company

######Please note: this is only a server, you need your client to use it.

About

Rest server with JWT token auth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages