https://github.com/jacques/base-application
Base express with mysql and passport for authentication application
https://github.com/jacques/base-application
Last synced: over 1 year ago
JSON representation
Base express with mysql and passport for authentication application
- Host: GitHub
- URL: https://github.com/jacques/base-application
- Owner: jacques
- License: mit
- Created: 2014-10-18T09:18:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T07:22:20.000Z (about 2 years ago)
- Last Synced: 2025-01-24T15:13:40.495Z (over 1 year ago)
- Language: JavaScript
- Size: 26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Application
This is an express with mysql and passport application to replace the
Slim + mysql PHP application that I base various projects off.
The idea behind this application is to be able to show how to use
express with mysql/percona/mariadb with passport to authenticate users.
The application is licensed under the MIT license so you can use it
as a base for your next app.
## Database Migrations
```
./node_modules/.bin/knex migrate:latest
```