NtonBala / library-manager

App modelling a library information system in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Manager

App modelling a library information system in TypeScript. The app models entities and activities that might be seen in a typical library: things like books, authors, librarians and magazines.

The project relates to TypeScript 4 In-Depth Pluralsight course by Brice Wilson, course repo may be found here.

Program is executed from the command line:

  • install Node.JS and TS (globally)
  • open terminal of your choice, navigate to project folder and run tsc command to compile the app (repeat manually)
  • open second terminal and go to js folder, run node app.js command to run the app

To delete all files in js directory run in terminal rm -rf js/* command.

About

App modelling a library information system in TypeScript


Languages

Language:TypeScript 100.0%