https://github.com/dev-shelvin-batista/frontend-angular-store
Frontend development project in Angular using REST API services developed in Laravel with a PostgreSQL database.
https://github.com/dev-shelvin-batista/frontend-angular-store
angular boostrap boostrap5 fontawesome fontawesome-icons frontend frontend-app frontend-framework npm-cli npm-install npm-packages oriented-object-programming typescript typescript-framework
Last synced: 16 days ago
JSON representation
Frontend development project in Angular using REST API services developed in Laravel with a PostgreSQL database.
- Host: GitHub
- URL: https://github.com/dev-shelvin-batista/frontend-angular-store
- Owner: dev-shelvin-batista
- License: gpl-3.0
- Created: 2025-09-10T05:04:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-09-11T18:23:18.000Z (6 months ago)
- Last Synced: 2025-10-02T02:58:12.961Z (5 months ago)
- Topics: angular, boostrap, boostrap5, fontawesome, fontawesome-icons, frontend, frontend-app, frontend-framework, npm-cli, npm-install, npm-packages, oriented-object-programming, typescript, typescript-framework
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontend-laravel-store
Frontend development project in Angular using REST API services developed in Laravel with a PostgreSQL database. [Backend](https://github.com/dev-shelvin-batista/backend-laravel-store)
| |Version |
|----------------|-------------------------------|
|Angular|`19.2.15` |
|NPM |`11.5.2` |
|Node.js |`22.14.0`|
## Instructions
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.git` or using a GitHub graphical tool.
- After cloning the repository, install the node dependencies using the command `npm install` inside the `frontend-angular-store` project folder. If an error occurs, add the --force option.
- Run the command `ng serve` to start the server. By default, the url `http://localhost:4200` is used.