Skip to content

react-express front & back end code challenge deployed on docker

Notifications You must be signed in to change notification settings

devgod611/react-express-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation for Working Environment : Docker

Install docker in Windows

Install docker in Mac(Apple)

Here's how you can install make

Install make in Windows

Install make in Linux

If you already installed make, you can run the project by typing

make build-run

if you haven't install make, follow this instruction from the root project

Don't forget a dot at last of the command.

cd ./server && docker build -t api-server .

cd ./web && docker build -t react-web .

docker-compose up

Run on Local

it will run on localhost:3000

if you can't access mysql

docker-compose up -d

docker-compose down -v

About

react-express front & back end code challenge deployed on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published