Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryan-menezes/lumen-api-news

A simple API created with lumen microfrework to create news
https://github.com/ryan-menezes/lumen-api-news

api laravel-framework lumen-framework lumen-micro-framework new-api

Last synced: about 2 months ago
JSON representation

A simple API created with lumen microfrework to create news

Awesome Lists containing this project

README

        

# Lumen API News
A simple API created with lumen microfrework to create news
## Settings
Have [Composer](https://getcomposer.org/) installed on your machine and through your terminal enter the project directory and run the command "composer update":
```sh
cd "project directory"
composer update
```
After this initial configuration, go to the root of the project and look for the file ".env.example" and rename it to ".env", in the same file change the system constants according to your needs.



Finally access the root directory of the project through your terminal and run the command "php artisan migrate --seed":
```sh
cd "project directory"
php artisan migrate --seed
```
## This project was developed with the help of an online course
Course link: https://www.youtube.com/watch?v=5DuKETQLHRs&list=PLTZ2g-iFpCUuNWZ7wtDoxbKpSAChDyS0o&index=27