Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.41 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.41 KB

Client Service/Restful Service Dockerization

Dockerization client and API

Docker

- Client folder: Client service

Contains a React JS project with its corresponding Dockerfile

reactjs react-router CSS3

- API folder: API service

Contains a Node Express JS project with its corresponding Dockerfile

nodejs expressjs jwt SQLite Sequelize

How to use:

- In the project directory run the command docker-compose up

- The website url wich corresponds to the client-app : http://localhost:3000/