This project was generated with Angular CLI version 15.2.6.
- Clone the project using git clone command and the project repository like this
git clone https://github.com/temple69/angular_crud_Products.git
on your command prompt - After Cloning navigate to the project directory and run npm install Command Which will install Dependencies
- After running npm install command Run
ng serve --open
for a frontend dev server the open flag will automatically open a new browser window and initialize the application. - To startup the backend server change directory to the root folder and type
npm run start:server
into your command prompt the backend server will be running onlocalhost:3000
. - If Connection is Successful You should see message on the command prompt terminal saying
Connected to Database
. - Congratulations the project is now running locally on your machine.
NB:All Commands are to be run in the command prompt or terminal
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.