Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0x3b3fc/pyramids-task


https://github.com/0x3b3fc/pyramids-task

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pyramids blog task system

## requirements and installation

### requirements for this project
- installed composer latest version
- php version ``^8.1``

### installation instructions

- Clone the project in your local environment ``git clone https://github.com/0x3b3fc/pyramids-task``
- open terminal in the folder directory
- run this command ``compoer install ``
- copy .env.example file and rename it .env and configure your database
- run this code `` php artisan migrate``
- and finally run this code to live your server `` php artisan serve``

## Your Can Find The Documentation Of Restful Endpoints here
``https://documenter.getpostman.com/view/11298205/2s9YR6ZZMR``