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
- Host: GitHub
- URL: https://github.com/techwritescode/sign-up-sign-in-phalcon
- Owner: techwritescode
- Created: 2014-12-31T21:55:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T21:37:14.000Z (over 11 years ago)
- Last Synced: 2025-06-29T19:30:44.642Z (12 months ago)
- Language: PHP
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```