Academic web app project to manage the book representing the Angular project (includes fake restful api as backend).
- HTML
- CSS
- JavaScript
- Node.js
- TypeScript
- Angular
- Clone or download the code
git clone https://github.com/3imed-jaberi/book-management-web-app
- Install dependencies
# make sure you're under the correct path by running the pwd command
npm install
- Run the backend
npm run start:backend
- Open another terminal, then run the frontend
npm run start:frontend
- Open the navigator with correct full url (localhost + port).