Skip to content

anatolinicolae/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wookie Bookstore

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.

Usage

  1. Clone the repo
  2. Install node_modules:
    yarn
    
  3. Copy .env.example to .env and fill in the correct values
  4. Build UI:
    yarn web:build
    
  5. Start server:
    yarn start
    

Docker

🚧 WIP 🚧

Testing

Tests are described in tests/ folder. Use the following command to perform all tests;

yarn test

Notes

  • REST response bodies can be converted to XML instead of JSON by sending desired format via Accept or Content-Type headers

About

A simple bookstore app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors