Skip to content

privent-me/privent-api

Repository files navigation

Privent Mobile App Api

Deploy to Zenbox

A backend for the Mobile app, it is a bridge between the app and the Parser. It receives and parsists files and informaiton about the user.

Install and run

# install dependencies
composer install --prefer-dist --no-progress --no-suggest
# start dev server
php -S localhost:8000 -t public_html/ &

Tests

There are newman tests avaliable in tests folder. Run following command to run them (installed newman 4.6 is required):

newman run tests/newman/postman_collection.json -e tests/newman/localhost.postman_environment.json

Deployment to Zenbox server

Use Git Actions workflow

How to access files uploaded to the service

Use ftp to access the files. Access is restricted only to required personel.

About

Backend for mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages