Skip to content

msanjeevkumar/ContactApp

Repository files navigation

ContactApp

This project was generated using Nx.

🔎 Nx is a set of Angular CLI power-ups for modern development.

Run

Make sure docker and docker-compose is installed

Run docker-compose up to setup mysql db in docker container which is exposed at localhost:3306

Run ng serve api to run the api project locally at https://localhost:3000

Run ng serve frontend to run the api project locally at https://localhost:4200

Build

Run ng build my-app to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test my-app to execute the unit tests via Jest.

Run npm run affected:test to execute the unit tests affected by a change.

Running end-to-end tests

Run ng e2e my-app to execute the end-to-end tests via Cypress.

Run npm run affected:e2e to execute the end-to-end tests affected by a change.

Understand your workspace

Run npm run dep-graph to see a diagram of the dependencies of your projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published