https://github.com/michelpl/message-management-api
https://github.com/michelpl/message-management-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michelpl/message-management-api
- Owner: michelpl
- Created: 2020-02-05T00:30:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:29:13.000Z (over 2 years ago)
- Last Synced: 2025-01-14T16:07:35.597Z (5 months ago)
- Language: PHP
- Size: 1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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
```