Skip to content

Peshka564/JSON-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Converter

Extract default config files

NOTE: For first-time setup, comment out the configuration volume mounts in compose.yml (php.ini and apache.conf). Start the container once, copy the default config files using the commands below, then uncomment the mounts.

docker cp php_web:/usr/local/etc/php/php.ini-development ./config/php.ini
docker cp php_web:/etc/apache2/sites-available/000-default.conf ./config/apache.conf

Run Unit tests locally

php test/index.php

DB setup

  1. Start container - docker compose up
  2. Go into the MariaDB container - docker exec -it mariadb_container mariadb -u admin -padmin json_converter
  3. Create the tables - SOURCE /schema/schema.sql

About

A json converter website that transforms a given json into yaml/toml with optionally applied transformations in the form of s-expressions

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors