This software is a news website developed with Go and Svelte as its core technologies. The primary objective of this project is to provide a platform that is fast and efficient, catering not only to user needs in terms of speed and performance but also serving as a valuable learning tool for those interested in the Svelte framework. The combination of Go and Svelte results in a swift user experience and a user-friendly interface, offering an ideal environment both for the dissemination of news and for professional development in the field of technology.
Clone this repository
git clone https://github.com/VitorCarvalho67/Farter-News.gitNavigate to the project directory
cd Faster-NewsNavigate to server side
cd serverRun client side
go run main.goNavigate to client side
cd clientRun client side
npm run dev
sudo docker-compose build
sudo docker-compose up