Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T00:38:48.000Z (over 1 year ago)
- Last Synced: 2024-12-16T17:04:18.560Z (6 days 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]