Skip to content

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

Notifications You must be signed in to change notification settings

maxgfr/todoapp-react-mariadb-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoapp-react-mariadb-express

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

Commands

# 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published