8000 GitHub - Girchi/girchi-payments-connect
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Girchi/girchi-payments-connect

Folders and files

NameName
Last commit message
L 8000 ast commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Girchi payments connect

Backend for https://github.com/Girchi/ged-transfer

Default configuration

  1. Make local instance of the project: git clone git@github.com:Girchi/girchi-payments-connect.git; cd girchi-payments-connect

  2. Create .env file in the project's root directory(where package.json is) and use example.env as a template

    A. Create /cert directory also in the root directory

    B. Generate SSL key and certificate in the /cert folder(.gitignore will automatically ignore it)

    C. Insert client_id and client_secret in .env from Drupal's Ouath module

    D. To set up a localhost environment, put in your SSL key(for example: SSL_KEY=./cert/example.key)

    E. Change "DRUPAL_DOMAIN" in .env to 'http://girchi.docker.localhost'

  3. It's essential to have configured JSON:API, Simple Oauth and Token in Drupal side

  4. Run npm i in terminal to automatically install all the neccessary npm packages

  5. Run npm run dev to start the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0