Frontend development project in Angular using REST API services developed in Laravel with a PostgreSQL database. Backend
| Version | |
|---|---|
| Angular | 19.2.15 |
| NPM | 11.5.2 |
| Node.js | 22.14.0 |
To run the frontend project, follow these steps:
-
Clone the project, either with the command git clone
https://github.com/dev-shelvin-batista/frontend-angular-store.gitor using a GitHub graphical tool. -
After cloning the repository, install the node dependencies using the command
npm installinside thefrontend-angular-storeproject folder. If an error occurs, add the --force option. -
Run the command
ng serveto start the server. By default, the urlhttp://localhost:4200is used.