The goal of this project it so provide a simple bookstore app. This app relies on MongoDB to store data, provided either via docker-composer or MongoDB Atlas.
- Clone the repo
- Install
node_modules:yarn - Copy
.env.exampleto.envand fill in the correct values - Build UI:
yarn web:build - Start server:
yarn start
🚧 WIP 🚧
Tests are described in tests/ folder. Use the following command to perform all tests;
yarn test
- REST response bodies can be converted to XML instead of JSON by sending desired format via
AcceptorheadersContent-Type