GithubHelp home page GithubHelp logo

pasarkode / gojek-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmotech/gojek-backend

0.0 2.0 0.0 518 KB

This contain gojek backend services (API)

PHP 96.32% JavaScript 0.67% CSS 0.10% HTML 2.91%

gojek-backend's Introduction

GOJEK BACKEND

This Repo contains gojek backend services (API)

##Project Framework (github) https://github.com/laravel/laravel

##Technology - laravel 5.1 - JSON - guzzlehttp - MySQL

##Functionality - Send and Receive HTTP Post using JSON as a data - Laravel Route - Laravel Controller - Laravel Mail - Laravel DB

##How to Start (do command in OS terminal or IDE features) Nb : assumpsion user (developer) already install NodeJs and NPM on their PC

1. Install compaser dependencies
	1.a navigate to "project root folder"
		e.g : cd C:/gojek-backend/AccountServices
											   
	1.b install dependencies
		C:/gojek-backend/AccountServices>composer install
							   
2. Run server testing
	C:/gojek-backend/AccountServices>php artisan serve --port=8181

##URL Testing use rest client to do HTTP Post Request to API (specification available on gojek-backend\docs\ApiSpecification.txt)

##Services List 1. AccountServices This service contain service for Account Management. For now, only Visitor Registration. This service can be scaled for other Account Management, for instance Login, Forgot Password, Reset Password, etc.

	Testing command :
		C:/gojek-backend/AccountServices>php artisan serve --port=8181
		
		Sample URL :
		http://localhost:8181/AccountServices/opRegister
	
2. LoggingServices
	This service is for Logging. All activity from other service can be log freely using this service. All activity will be store in database based on Service.
	The benefit of this service is, this service can be use everywhere. Just do the right request.
	
	Testing command :
		C:/gojek-backend/AccountServices>php artisan serve --port=8282
		
		Sample URL :
		http://localhost:8282/LoggingServices/opLogAccount
	
3. ContactServices
	This service contains all services for sending notification. Now, only Email channel. For the future this service can be added by other channel like SMS, Line, Whatsapp, etc.
	This common service can be reuse everywhere.
	
	Testing command :
		C:/gojek-backend/AccountServices>php artisan serve --port=8383
		
		Sample URL :
		http://localhost:8383/ContactServices/opSendContact

##References

gojek-backend's People

Contributors

pradhany avatar

Watchers

James Cloos avatar Ano Van 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.