Giter Site home page Giter Site logo

at-test-assessments's Introduction

AT HOME ASSESSMENT

  1. Clone source code
git clone https://github.com/SonLPH/at-test-assessments.git
  1. Create .env file if not exists in root directory:
cp .env.example .env
  1. Run docker to build database up
make docker-compose-dev-up
  1. Open 3 terminal for 3 services
go run services/bookingservice/main.go
go run services/pricingservice/main.go
go run services/sendservice/main.go
  1. Booking service host in localhost:4444, Pricing service host in localhost:4445 and Send service host in localhost:4446. So first thing first make a call to mock employee in database.
curl localhost:4446/mock
  1. Now use POSTMAN for using API. API in this repo I have provided:
  • POST API Create Booking - localhost:4444/booking

    request example

    { "of_user_id" : "3", "booking_total" : "100", "booking_type" : "house" }

  • GET API Pricing - localhost:4445/pricing

    request example { "day" : "2024-04-07", "employee_id" : "0" }

at-test-assessments's People

Contributors

sonlph avatar sonlph1708 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.