An open API service indexing awesome lists of open source software.

https://github.com/michelpl/message-management-api


https://github.com/michelpl/message-management-api

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Message Management System API
This is the api from Message Management System

## API Documentation
[Api documentation](https://documenter.getpostman.com/view/1954140/SWTK2suW)

## Installing

## Building the environment

Clone this repository

```bash
https://github.com/michelpl/message-management-api.git
```

Enter in repository folder

```bash
cd message-management-api
```

Run artisan migration
```bash
php artisan migrate:fresh
```

Create passport credentials
```bash
php artisan passport:install
```

The Message Management API will be avaliable on
```bash
http://localhost:8000
```