Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryan-menezes/lumen-api-news
- Owner: Ryan-Menezes
- Created: 2023-06-18T19:42:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-27T15:05:43.000Z (over 1 year ago)
- Last Synced: 2023-08-15T09:02:36.473Z (over 1 year ago)
- Topics: api, laravel-framework, lumen-framework, lumen-micro-framework, new-api
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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