Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)