https://github.com/3imed-jaberi/book-management-web-app
Academic web app project to manage the book representing the Angular project (includes fake restful api as backend).
https://github.com/3imed-jaberi/book-management-web-app
anuglar
Last synced: 7 months ago
JSON representation
Academic web app project to manage the book representing the Angular project (includes fake restful api as backend).
- Host: GitHub
- URL: https://github.com/3imed-jaberi/book-management-web-app
- Owner: 3imed-jaberi
- Created: 2023-07-24T00:36:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T00:38:48.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:23:34.233Z (9 months ago)
- Topics: anuglar
- Language: TypeScript
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
git clone https://github.com/3imed-jaberi/book-management-web-app
```
2. Install dependencies
```shell
# make sure you're under the correct path by running the pwd command
npm install
```
3. Run the backend
```shell
npm run start:backend
```
4. Open another terminal, then run the frontend
```shell
npm run start:frontend
```
5. Open the navigator with correct full url (localhost + port).
#### [Academic Project]