Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mleftwich/bluelaravel
Simple back end CRUD application using Laravel
https://github.com/mleftwich/bluelaravel
Last synced: 7 days ago
JSON representation
Simple back end CRUD application using Laravel
- Host: GitHub
- URL: https://github.com/mleftwich/bluelaravel
- Owner: mleftwich
- Created: 2023-02-08T14:30:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T02:27:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T03:48:24.561Z (about 2 months ago)
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlueLaravel
## Table of Contents
* [Description](#description)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Guidelines](#guidelines)
* [Tests](#tests)
* [License](#license)
* [Questions](#questions)
---## Description
Simple CRUD application using the Laravel framework, utilizing community best practices and project structure.No front-end, user can create a todo list using curl requests or a GUI like Postman or Insomnia.![Screenshot](https://raw.githubusercontent.com/mleftwich/BlueLaravel/main/resources/imgs/laravel.png)
## Installation
Clone the repository and run a docker instance to facilitate Laravel Sail. Don't forget to migrate with 'sail php artisan db:migrate' and 'sail php artisan db:seed'.## Usage
Raw requests or API testing software i.e Postman.## Contributing
If you'd like to contribute email me at the address listed below.## Guidelines
Research working with Laravel Sail in accordance with the desired OS.## Tests
Conducted with Postman.## License
---
## Questions
For any questions you can find me at [GitHub](https://github.com/mleftwich) or email me at [[email protected]](mailto:[email protected])