automch-code / google-scraping

0 stars 0 forks source link

Google-Scraping 💻

how to start project ?

  1. to start project run
    • $ make start this command will start up all services in docker-compose.yml
  2. reset the database first to generate user
    • $ make reset-db with this step you will get (admin_user, user) I add an admin_user for user management in the future...
  3. from previous step, you'll get 2 users
    • email: admin@example.com password: password
    • email: user@example.com password: password
    • or sign_up by yourself
    • after you sign_up run $ make link_email and copy "http://localhost:3000/redirect..." and paste into the browser to confirm your account
  4. normally, frontend run in port 3000 (http://localhost:3000/)
  5. sign_in and enjoy kub !! 😁

Make command


I make some csv for you to upload too