Welcome to the JamuIN backend API repository! This API powers the innovative JamuIN Android application, which provides users with homemade Jamu recipes and recommendations for purchasing Jamu products from local micro, small, and medium enterprises (UMKM). The app also features a marketplace for supporting local Jamu UMKM.
ID | Name | University | Specialization |
---|---|---|---|
C125DKX4521 | Sadam Alfian Pradana | UIN Syarif Hidayatullah Jakarta | Cloud Computing |
We have documented the extensive API for the marketplace feature using the Postman Documenter. This documentation provides detailed information about each endpoint, including functionalities, request parameters, response structures, and example requests and responses.
To access the API documentation, visit JamuIN API Documentation.
To start using the JamuIN backend API, follow the steps below:
- PHP 8 or higher
- Composer
- MySql Database
- Clone the repository: git clone https://github.com/JamuIn/backend-API.git
- Install the dependencies: composer install
- Create a new MySQL database for the project
- Configure the database connection in the .env file
- Run the database migrations: php artisan migrate
- Start the development server: php artisan serve
- The API is now up and running at
http://localhost:8000
.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as you please.