Skip to content

marcj/deepkit-bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepkit Bookstore Example

Little example to demonstrate Deepkit API Console.

This application is deployed at https://deepkit-bookstore.herokuapp.com/api. It uses Heroku Free Dynos, so it might be a bit slow and takes a while on first request.

Install

npm install
npm run start

Then open one of:

Docker build

docker build -t deepkit-bookstore .

docker run --rm -p 8080:8080 -e PORT=8080 deepkit-bookstore

then open https://127.0.0.1:8080/

About

Example bookstore API with Deepkit API Console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors