Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 413 Bytes

A random image viewer, based on reacj and nodejs This application got two components on is the random-api to call backend pixaby api. You can build and run it like this

cd random-api
docker build -t random-api .
docker run -p 3000:3000 -e API_KEY=<> random-api

For running it as a daemon please add -d option right after run

To build and run the view part do the following

npm install
npm start