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 13 forks source link

Improve Frontend UI #14

Closed sambitsingha closed 9 months ago

sambitsingha commented 9 months ago

P.S : - I want to design the UI with CSS only. Please assign me if that is possible. If not , then guide me how to design such websites where Go is used .

sambitsingha commented 9 months ago

@Pavel401 Please tell me where to add the CSS file . I am not familiar with Go bascially

Pavel401 commented 9 months ago

Place it inside the 'static' folder. You need to locally run the Golang API to fetch jobs during development.

Pavel401 commented 9 months ago

@sambitsingha are you still working on this ?

sambitsingha commented 9 months ago

Yes yes @Pavel401 I was abit busy actually. If I can't complete it , I will let you know. For the time being , I am still in

sambitsingha commented 9 months ago

@Pavel401 Can you guide me on how to run the website. I am having problem in establishing the environment

Pavel401 commented 9 months ago

clone the repo cd repo go mod tidy go run main.go

sambitsingha commented 9 months ago

I installed Go , having problem in Gin

Pavel401 commented 9 months ago

What's the issue you are facing ?

sambitsingha commented 9 months ago

I am facing issue in installing Gin , the terminal shows -- "go" can't be recognized whenever I run those commands. Tell me the detailed process on installing Go and Gin and how to setup the environment before I give styling

Pavel401 commented 9 months ago

https://go.dev/doc/install Follow this to install Golang

https://bobbyhadz.com/blog/go-is-not-recognized-as-internal-or-external-command#:~:text=The%20error%20%22'go'%20is,your%20system's%20PATH%20environment%20variable.

sambitsingha commented 9 months ago

I am sorry , but I have tried my best to make this work. But I am really having problem with Go and can't proceed to the CSS. Sorry for the inconvenience @Pavel401