Bondflix REST Service adalah sebuah server yang menyediakan layanan RESTful API untuk SOAP Client, SPA Client, dan PHP Client.
Endpoint API dapat dilihat pada link ini: https://documenter.getpostman.com/view/30701742/2s9YXpUJYa
Anggota Kelompok
Nama | NIM | Panggilan |
---|---|---|
Cetta Reswara Parahita | 13521133 | Cetta |
Nicholas Liem | 13521135 | Nicholas |
Haziq Abiyyu Mahdy | 13521170 | Haziq |
NIM | Nama | Fungsionalitas |
---|---|---|
13521135 | Nicholas | Database Design, Architecture Design (Docker, Setup, Folder Structuring, etc) |
13521135 | Nicholas | Adapters, Routing, Services, Repositories, Containers, Logging, Middlewares, Caching |
13521135 | Nicholas | Handlers, Services, Repositories, and Entities: Category, Content, Genre, Subscription, User |
13521170 | Haziq | Handlers, Services, Repositories, and Entities: Sponsor, Authorization, Database |
Jika gambar tidak bisa dibuka, lihat di folder asset dan nama file Redis-Simple-UseCase.png
- Clone this repository
https://gitlab.informatika.org/if3110-2023-k01-01-24/bondflix-rest-service.git
- Change the current directory to 'bondflix-rest-service' folder
cd bondflix-rest-service
- Make a new .env file based on .env.example both for the docker and inside 'src folder'
mv .env.example .env && mv docker.env.example docker.env
- Build and run your docker containers
docker-compose up -d --build