https://github.com/ghiftee/hngx-stage-two
https://github.com/ghiftee/hngx-stage-two
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghiftee/hngx-stage-two
- Owner: Ghiftee
- License: mit
- Created: 2023-09-13T06:47:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T13:59:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T10:31:24.852Z (over 1 year ago)
- Language: PHP
- Homepage: https://hngx-stage-two-laravel-ddebf88f1bdb.herokuapp.com/api
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Person resource API
This project is the HNGx stage two backend task which perfomrs simple CRUD operations.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Source Code](#source-code)
- [License](#license)
## Installation
1. Clone the repository.
2. Install dependencies with `composer install`.
3. Set up your database configuration in `.env`.
4. Run migrations with `php artisan migrate`.
5. Start the development server with `php artisan serve`.
## Usage
> Please refer to the [DOCUMENTATION](./DOCUMENTATION.md) file for details on the API endpoints and how to make requests.
## Source Code
> The source code can be found in the [Controller](https://github.com/Ghiftee/hngx-stage-two/blob/main/app/Http/Controllers/PersonController.php) folder
## License
> This project is [MIT Licensed](./LICENSE).