Skip to content
/ lango Public

Lango is a Golang backend project that serves as a mythology dictionary API, providing information on various mythology terms, gods, creatures, and places.

License

Notifications You must be signed in to change notification settings

sentugce/lango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lango - Mythology Dictionary

Lango is a Golang backend project that serves as a mythology dictionary API, providing information on various mythology terms, gods, creatures, and places.

Getting Started

Follow the steps below to run the project on your local machine.

Prerequisites

Make sure you have Go installed on your machine.

  • Go (at least version 1.14 is recommended)

Installation

  1. Clone the project:
git clone https://github.com/yourusername/lango.git
  1. Navigate to the project directory:
cd lango
  1. Install dependencies:
go get -d -v ./...
  1. Build the project:
go build

Usage

To run the project:

./lango

The server will start, and you can access the API at http://localhost:9090.

About

Lango is a Golang backend project that serves as a mythology dictionary API, providing information on various mythology terms, gods, creatures, and places.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published