This is the project I am going to do in my spare time from work.
The subject of this project is an online Library. This system consists of following functionality:
- An ability to create and log in into account;
- An ability to have a subscription to a program that provides a different books
- An ability to get a filtred set of boos;
- An ability to find a particular book;
The first stage of project is to create an REST API using Node.js that will include:
- Working server side infustructure i.e. controllers, rooters, etc;
- A functional Mongo DB module;
- A logging module;
- An authentication and authorization modules;
- Tests;
- Postman queries to show how it works.