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
- Host: GitHub
- URL: https://github.com/maxgfr/todoapp-react-mariadb-express
- Owner: maxgfr
- Created: 2019-05-24T07:28:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:40.000Z (over 2 years ago)
- Last Synced: 2025-03-23T17:48:43.443Z (over 1 year ago)
- Topics: client-server, containers, docker, docker-compose, express, mariadb, react-js
- Language: JavaScript
- Homepage:
- Size: 4.27 MB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
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