- Frontend: custom HTML, CSS, JS
- Backend: Gin-gonic
To run this project locally, you need to have the following softwares installed:
- Golang
- A Web Browser
- clone or download this repository and cd to it in your terminal.
- run
go get- to install all dependencies used - run
go run main.goto get the webapp running locally athttp://localhost:7000 - you can change the port from 7000 to whatever you want by editing the
.envfile.