Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelmendespy/docker-db-api-client
API project with Docker Compose, Node.js, MySQL and PHP
https://github.com/samuelmendespy/docker-db-api-client
apache docker docker-compose express mysql nodejs php7
Last synced: 11 days ago
JSON representation
API project with Docker Compose, Node.js, MySQL and PHP
- Host: GitHub
- URL: https://github.com/samuelmendespy/docker-db-api-client
- Owner: samuelmendespy
- Created: 2025-01-03T15:19:48.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T19:19:18.000Z (12 days ago)
- Last Synced: 2025-01-03T20:26:40.264Z (12 days ago)
- Topics: apache, docker, docker-compose, express, mysql, nodejs, php7
- Language: PHP
- Homepage:
- Size: 864 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Project
- Project with Docker Compose to provide an API with Node.js/Express, MySQL and PHP/Apache.## Requirements
- **Docker**
- **Git or UNIX Terminal**1 - Clone this repository and open the project folder on your terminal.
2 - Run the bellow command to start
```docker-compose up --build```
3 - Run the bellow command to stop
```docker-compose down```### Addition Information
- Docker Images php:7.2-apache, node:16-alpine, mysql(v9.1.0 #January 03, 2025)
- Node dependencies : express(v4.21.2), mysql2(v3.12.0).
- Node devDependencies : nodemon(v3.1.9)