Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 528 Bytes

Python Google Scraper

This project is created for apply job at Nimble. In this project I'd used tech stack as following

  • React, Redux Thunk, Bootstrap for frontend and jest for unit testing
  • Python (Flask, Psycopg) for backend and pytest for unit testing
  • PostgreSQL for database
  • Docker for environment control

Required tools to run this project

  • Docker
  • Docker Compose

One-command to start app (need to install required tools first)

make reset

You will be able to access to web by using localhost:3000