Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages