An open API service indexing awesome lists of open source software.

https://github.com/harshiljo/resto_inventory

Enhance the existing CAFE inventory system by adding features for repeating customer orders.Key Features: Repeat Order Functionality: Quickly add new orders based on previous customer orders. Sales Reporting: Generate detailed daily, weekly, and monthly sales reports. and generating detailed sales reports.
https://github.com/harshiljo/resto_inventory

angular bootstrap html5 mysql php rest-api scss typescript website

Last synced: 2 months ago
JSON representation

Enhance the existing CAFE inventory system by adding features for repeating customer orders.Key Features: Repeat Order Functionality: Quickly add new orders based on previous customer orders. Sales Reporting: Generate detailed daily, weekly, and monthly sales reports. and generating detailed sales reports.

Awesome Lists containing this project

README

          

# Angular Billing Project

## Getting Started

### Prerequisites

Before you begin, ensure you have `Node.js` and `npm` installed on your machine.
#### Supported node version: v14.20.0 or later, v16.20.0 or later
- Install [Node.js](https://nodejs.org/en) which includes [Node Package Manager] [npm](https://docs.npmjs.com/)
- Install the Angular CLI globally:
```
npm install -g @angular/cli
```

### Installation

1. Clone the repository:
```
git clone https://github.com/gitTechhive/angular-sample-dashboard-1.git
```
2. Navigate to the project directory:
```
cd angular-sample-dashboard-1
```
3. Install dependencies:
```
npm install
```

### Starting the Development Server

To start the development server run:
```
ng serve
```

Default port is 4200.
This command will start the development server and automatically open your default browser to [localhost:4200](http://localhost:4200/).

To start the development server with a specific port, run:
```
ng serve --port
```
This command will start the development server on the specified port and automatically open your default browser to `http://localhost:/`.

### Building the Project

To build the project, run:
```
npm run build
```

The build artifacts will be stored in the `dist/` directory.

### Deployment of the Project

Deploying the application can vary depending on your hosting environment. However, typically you would:

Build the project for production using
```
npm run prod-build
```

Deploy the contents of the `dist/angular-sample-dashboard-1` to your hosting provider.