Skip to content

skanwarulislam/random-image-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published