Photo gallery application with backend and frontend components
- Ruby
- Sinatra
- run
cd backend - run
bundle install - run
rackup config.ru - navigate to
http://localhost:9292/api/v1/images - to filter images:
http://localhost:9292/api/v1/images?w=100&h=250
- Nodejs
- Reactjs
- run
cd web - run
npm install - run
npm start