Skip to content

rwtaylorjr/bookmanager_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookManager API

Simple API for managing books. CRUD operations for books and authors. Secured by JWT.

Configuration

Requires MongoDB

Environment variables:

Variable Description Default Value
HOST HTTP host localhost
PORT HTTP port 3000
MONGO_DB_URL mongo db url http://localhost:27017/bookmanager
ADMIN_PASS admin user password admin

Tests

  • npm run server-unit-test
  • npm run server-integration-test (requires MongoDB running)

About

Simple api for managing books. Created as an exercise in learning node, express, and mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors