https://github.com/gsanchez1687/edulabs
Apirestful
https://github.com/gsanchez1687/edulabs
angular api php
Last synced: about 2 months ago
JSON representation
Apirestful
- Host: GitHub
- URL: https://github.com/gsanchez1687/edulabs
- Owner: gsanchez1687
- Created: 2024-11-07T00:11:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:22:34.000Z (over 1 year ago)
- Last Synced: 2025-02-22T06:15:04.673Z (over 1 year ago)
- Topics: angular, api, php
- Language: PHP
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Requerimientos
```
PHP 8.x o superior
Mysql 5.x o superior
Node 18.x o superior
Angular 14.x o superior
```
## DB config
```
private $host = '127.0.0.1';
private $port = '8889';
private $db_name = 'edulabs';
private $username = 'root';
private $password = 'root';
```
## Feature
```
He realizado este proyecto con php puro sin framework, utilizando clases un programacion orientada a objetos con metodologias SOLID.
1. El sistema de autenticacion es con mysql
2. El frontend con Angular 18
3. El backend con PHP 8.2
```
## Capturas
```
1. Angular18
2. Typescript
3. Bootstrap
```





