3imed-jaberi / book-management-web-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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


Languages

Language:TypeScript 79.8%Language:HTML 14.7%Language:JavaScript 4.4%Language:CSS 1.2%