Skip to content

Mern Stack angular app for products with CRUD operations and Authentication

Notifications You must be signed in to change notification settings

temple69/angular_crud_Products

Repository files navigation

Angular Crud(create,read) and Authentication

This project was generated with Angular CLI version 15.2.6.

Running Project On Local Machine

  • 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 on localhost: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

Development server

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.

Code scaffolding

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.

Build

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

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Mern Stack angular app for products with CRUD operations and Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published