|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
apps | 1 year ago | |
demo | 1 year ago | |
obsolete | 1 year ago | |
.editorconfig | 2 years ago | |
.eslintrc | 2 years ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
package.json | 1 year ago | |
yarn.lock | 1 year ago |
This repo contains the following packages
### OBSOLETE PACKAGES
Obsolete package will no longer be maintained.
There are 2 demo's in this repository.
To start the default app, just run yarn start
. Server will be available at http://localhost:3333
You can also specify which database you want to use.
yarn demo:1:mongo
will start with mongodb as database.yarn demo:1:memory
will start with in-memory as database.You can also start a docker image with mongodb with yarn mongo:up
and kill the image with yarn mongo:down
. Mongodb docker image will be available at mongo://localhost:28018
To start the oauth server, just run yarn demo:2:server
. Server will be available at http://localhost:3600
To start the client app, run yarn demo:2:client
in another terminal. Client will be available at http://localhost:3500
Copyright (c) 2018 Adem Aytaç
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.