├── README.md ├── app.ts ├── controller.ts ├── router.ts └── screenshots ├── addBook.png ├── afterAddBook.png ├── afterDeleteBook.png ├── afterUpdateBook.png ├── deleteBook.png ├── getBook.png ├── getBooks.png ├── logo.svg └── updateBook.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/README.md -------------------------------------------------------------------------------- /app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/app.ts -------------------------------------------------------------------------------- /controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/controller.ts -------------------------------------------------------------------------------- /router.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/router.ts -------------------------------------------------------------------------------- /screenshots/addBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/addBook.png -------------------------------------------------------------------------------- /screenshots/afterAddBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/afterAddBook.png -------------------------------------------------------------------------------- /screenshots/afterDeleteBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/afterDeleteBook.png -------------------------------------------------------------------------------- /screenshots/afterUpdateBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/afterUpdateBook.png -------------------------------------------------------------------------------- /screenshots/deleteBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/deleteBook.png -------------------------------------------------------------------------------- /screenshots/getBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/getBook.png -------------------------------------------------------------------------------- /screenshots/getBooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/getBooks.png -------------------------------------------------------------------------------- /screenshots/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/logo.svg -------------------------------------------------------------------------------- /screenshots/updateBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AM-77/deno-rest-api/HEAD/screenshots/updateBook.png --------------------------------------------------------------------------------