Yummify Admin

April 30, 2022 · View on GitHub

Yummify Admin

author languages

About the project   |    Installation   |    Getting Started   |    Built with   


preview

preview2


:closed_book: About the project

Web application in charge of managing all the administrative logistics behind the Yummify mobile application. It has authentication, user creation, menu creation and editing, order taking, among other features common to an administrative dashboard.

:construction_worker: Installation

You need to install Node.js first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/JuanGabriel2960/yummify-admin.git

Or via SSH:

git clone git@github.com:JuanGabriel2960/yummify-admin.git

Install dependencies

npm install

:rocket: Getting Started

ng serve -o

Runs the app automatically in the development mode.
Open http://localhost:4200 to view it in the browser. The app will automatically reload if you change any of the source files.

ng build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

ng test

Run ng test to execute the unit tests via Karma. running tests.

ng e2e

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

:hammer: Built With