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.
- Host: GitHub
- URL: https://github.com/harshiljo/resto_inventory
- Owner: HarshilJO
- Created: 2024-05-20T15:33:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:29:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T00:12:47.808Z (over 1 year ago)
- Topics: angular, bootstrap, html5, mysql, php, rest-api, scss, typescript, website
- Language: SCSS
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.