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

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

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

albums authentication cd-albums cds credentials crud crud-application crud-sample login mvccore

Last synced: about 1 year ago
JSON representation

Classic CD collection CRUD example with default SQLite database and authentication.

Awesome Lists containing this project

README

          

# MvcCore - Example - CD Collection - With Authentication

[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/example-cdcol/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 and authentication.

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
```