Skip to content

Website for finding foods and popular restaurants inside Kasetsart University.

Notifications You must be signed in to change notification settings

KU-Wongnai/ku-wongnai

Repository files navigation

KU Wongnai

Slide

Setup

Clone this project with all other services

git clone --recurse-submodules https://github.com/KU-Wongnai/ku-wongnai.git

Create docker network

docker network create ku-wongnai_ku-wongnai

Run This command to start MySQL, Redis, Mailpit, RabbitMQ, PHPMyAdmin at the root of the project

docker-compose up -d

After that, you can go to each service and run

docker-compose up -d

to start the service located in src folder

Performace Test

You can running the test with JMeter

For the test to be passed you need to have this account in user-service database

Add this account to user-service database by making a POST request to http://localhost:8090/register with this body

{
    "name": "Weerawong Vonggatunyu",
    "email": "qu1etboy2@dev.io",
    "password": "12345678",
    "password_confirmation": "12345678"
}

About

Website for finding foods and popular restaurants inside Kasetsart University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published