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

https://github.com/maxgfr/todoapp-react-mariadb-express

Application which connect a MariaDB database with a client-server application based on React.js and Express.js
https://github.com/maxgfr/todoapp-react-mariadb-express

client-server containers docker docker-compose express mariadb react-js

Last synced: about 1 year ago
JSON representation

Application which connect a MariaDB database with a client-server application based on React.js and Express.js

Awesome Lists containing this project

README

          

# todoapp-react-mariadb-express

Application which connect a MariaDB database with a client-server application based on React.js and Express.js

## Commands

```bash
# to build and run it :
docker-compose up --build
# to stop and delete it :
docker-compose down --rmi 'all'
```
## Endpoint

1. To get all articles : `GET http://localhost:8000`
2. To get articles which were published : `GET http://localhost:8000/published`
3. To post an article : `POST http://localhost:8000`

## Architecture



## Application