You can access the project via the url: http://139.59.168.138:3000
- image docker frontend port 3000: nachmo5/weather-fe:wfe
- image docker backend port 4000: nachmo5/weather-be:wbe
- Navigate to the /backend directory
- execute command
npm install - execute command
npm start - Server will start on port 4000
- Navigate to the /frontend directory
- execute command
npm install - execute command
npm start - Server will start on port 3000
You can access application from localhost:3000