An open API service indexing awesome lists of open source software.

https://github.com/sapfir0/intervolgaold

Старое тестовое в Интерволгу
https://github.com/sapfir0/intervolgaold

Last synced: about 1 month ago
JSON representation

Старое тестовое в Интерволгу

Awesome Lists containing this project

README

        

### Start server

php -S localhost:8050

### MySQL command:
create database countriesdb;
create user 'countryCrud'@'localhost' identified with mysql_native_password by '123456';
grant all privileges on countriesdb.* to 'countryCrud'@'localhost';

### Screenshot

![](https://sun9-7.userapi.com/c855032/v855032041/1ad0bb/mlU4X7hAqQ4.jpg)