Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
8 stars 14 forks source link

Doc Fix: Improved docs and removed unused file #9

Closed debayangg closed 8 months ago

debayangg commented 8 months ago
  1. Changed path of main html from index.html -> static/base.html
  2. Changed doc to recommend users to create a .env file before contributing, as program doesn't run without a .env file.
  3. Removed unused file index.html
debayangg commented 8 months ago

@Pavel401 please review and merge