sabuein / prjctX

A community management system and tools for art collectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prjctX

A community management system and tools for art collectors.

The project consists of:

$ composer show --direct 
selective/basepath 2.1.0  A URL base path detector for Slim 4
slim/psr7          1.6    Strict PSR-7 implementation
slim/slim          4.11.0 Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs

Local development:

# Creating the DB and required tables
mariadb -u root -p database_name < ./assets/data/schema.sql

# Start PHP built-in web server to run an API
cd ./core/apis/v1/collectors/ && sudo php -S localhost:8888 -t public public/index.php
cd /home/sabuein/my/projects/prjctX/core/apis/v1/collectors/ && sudo php -S localhost:8888 -t public public/index.php

Web resources:

PHP resources:

About

A community management system and tools for art collectors

License:MIT License


Languages

Language:JavaScript 70.6%Language:HTML 23.3%Language:PHP 4.0%Language:CSS 2.1%