Lango is a Golang backend project that serves as a mythology dictionary API, providing information on various mythology terms, gods, creatures, and places.
Follow the steps below to run the project on your local machine.
Make sure you have Go installed on your machine.
- Go (at least version 1.14 is recommended)
- Clone the project:
git clone https://github.com/yourusername/lango.git- Navigate to the project directory:
cd lango- Install dependencies:
go get -d -v ./...- Build the project:
go buildTo run the project:
./langoThe server will start, and you can access the API at http://localhost:9090.