Single page application to list and quickly search between Characters descriptions
- Characters listing
- Quick Tag based search engine
- MongoDB
- REST API via Express (NodeJS)
- TDD development (Mocha / Chai)
- Angular4 (First steps with this framework)
- Bootstrap
- POST and PUT characters : handle Tags list to avoid multiple queries
- Get rid of duplicated code
- Have a MongoDB instance running
npm run startto have the REST API runningcd front/and thenng serveto have the front running