Giter VIP home page Giter VIP logo

xconnect's Introduction

Üniversite Web Servisleri Tekilleştirme ve Yetkilendirme

  • Üniversiteler, çeşitli web servisleri(ÖSYM, KPS, YÖKSİS, DETSİS gibi) kullanmakta,
  • Fakat web servis hesaplarını çeşitli dış yazılımlarla(EBYS, OBS, HBYS, BAP gibi) istemeden paylaşmakta...

kampüs

Projede

  • Üniversitelerde kullanılan SOAP servisleri RESTful yapıya döndürüldü,
  • JWT ile kulanıcı ve rol doğrulaması,
  • Kullanıcı ve Servis yönetimi, istek sayılarını raporlayan admin arayüzü yapıldı

kampüs

Teknolojiler

Kurulum

#git clone https://github.com/smcn/Xconnect.git .

/api

#cd api_app_test/api
#composer install
#cp .env.example .env
#php artisan key:generate
#php artisan jwt:secret
#nano .env
		…
		DB_CONNECTION=mysql
		DB_HOST=127.0.0.1
		DB_PORT=3306
		DB_DATABASE=homestead
		DB_USERNAME=homestead
		DB_PASSWORD=secret
		…
#php artisan migrate --seed		

/app

#cd ../app
#nano app.js
		…
		$rootScope.serviceBaseURL = "https://site-adi/api/";
		…

Servisler İçin Yardım Sayfaları

https://site-adi/api

Admin Arayüzü

https://site-adi/app

/test

#cd ../test
#composer install
#nano OSYMozGecmis.php
		…
		private $email = '[email protected]';
		private $password = 'secret';
		private $serviceBaseURL = 'https://site-adi/api/';
		…
		$bind = array('');	//TcKimlikNO lar
		…
		$db_host = '127.0.0.1';
		$db_database = '';
		$db_username = '';
		$db_password = 'secret';
		…
#php OSYMozGecmis.php

xconnect's People

Contributors

smcn avatar

Stargazers

 avatar  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.