This repository contains the source code for the EcoCrafters API, a Laravel-based API for the EcoCrafters project. The API provides endpoints to interact with the EcoCrafters platform and perform various operations related to crafts, users, and detection system.
-
Clone the repository: git clone ...
-
Navigate to the project directory: cd ecocrafters-api
-
Install the dependencies: composer install
-
Create a copy of the
.env.examplefile and rename it to.env: cp .env.example .env -
Generate the application key: php artisan key:generate
-
Configure the database connection in the
.envfile. -
Run the database migrations: php artisan migrate
-
Start the development server: php artisan serve
-
Open your browser and visit
http://localhost:8000to access the API.
The EcoCrafters API provides various endpoints to interact with the platform. You can use tools like Postman or cURL to make HTTP requests to these endpoints.
Make sure to authenticate your requests by including the appropriate authentication headers. Refer to the API documentation for details on each endpoint and their required authentication.
The EcoCrafters API provides the following endpoints by the documentation link below :
https://documenter.getpostman.com/view/11927320/2s93m1Z44Y
Refer to the for more details on each endpoint, their request/response formats, and required authentication.
Contributions to the EcoCrafters Laravel API project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
Before making any contributions, please review our contribution guidelines.
This project is only for Capstone Project from C23-PR551 Team MIT License.
