/book-management-web-app

Academic web app project to manage the book representing the Angular project (includes fake restful api as backend).

Primary LanguageTypeScript

Book Management 📚

Academic web app project to manage the book representing the Angular project (includes fake restful api as backend).

Technologies

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • TypeScript
  • Angular

How to run the Book Management application

  1. Clone or download the code
git clone https://github.com/3imed-jaberi/book-management-web-app
  1. Install dependencies
# make sure you're under the correct path by running the pwd command
npm install
  1. Run the backend
npm run start:backend
  1. Open another terminal, then run the frontend
npm run start:frontend
  1. Open the navigator with correct full url (localhost + port).

[Academic Project]