Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvccore/example-cdcol-basic

Classic CD collection CRUD example with default SQLite database.
https://github.com/mvccore/example-cdcol-basic

albums cd-albums cds crud crud-application crud-sample mvccore

Last synced: 2 months ago
JSON representation

Classic CD collection CRUD example with default SQLite database.

Awesome Lists containing this project

README

        

# MvcCore - Example - CD Collection - Basic

[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/example-cdcol-basic/releases)
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
[![Packager Build](https://img.shields.io/badge/Packager%20Build-passing-brightgreen.svg?style=plastic)](https://github.com/mvccore/packager)
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)

[**MvcCore**](https://github.com/mvccore/mvccore) classic CD collection CRUD example with default SQLite database.

Example uses SQLite database by default, but it contains also MySQL, MSSQL and PostgreSQL database backups, included in `./.databases/` directory.

This example is not a single file project application. If you want to see how to build a single file application with this example,
run this example first (to see how it works) and then follow steps here on [`mvccore/example-cdcol-portable`](https://github.com/mvccore/example-cdcol-portable).

## Instalation
```shell
composer create-project mvccore/example-cdcol-basic
```