A simple system to manage books and members of a library using OOP principles.
Technolgoies used: Typescript, Node JS.
Steps to take:
- start node js project with
npm init- download typescript to project
- run:
npx tsc init- create classes like: Library, Members and Books and build your logic.
- compile your typescript files to javascript and run:
npm yourfile.js