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

https://github.com/techwritescode/sign-up-sign-in-phalcon

starter for applications
https://github.com/techwritescode/sign-up-sign-in-phalcon

Last synced: 12 months ago
JSON representation

starter for applications

Awesome Lists containing this project

README

          

sign-up-sign-in-phalcon
=======================

starter for applications

based off the invo sign-up,sign-in code

thank you phalconteam!

to start run these commands

``` cli
$ echo 'CREATE DATABASE auth' | mysql -u root
$ cat scripts/auth.sql | mysql -u root auth
```