Skip to content

GabriFedi97/random-quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quotes

License: MIT

Random Quotes is a very simple web application built with Go that gives you random quotes.

Features

Tech

  • Go

Package/Frameworks

  • Gin

Getting Started

To get started with Random Quotes, you will need to have Go installed on your computer. You can download Go from the official website: https://golang.org/dl/

Once you have Go installed, follow these steps:

  • Clone the repository to your local machine using
git clone https://github.com/Alitindrawan24/random-quotes.git
  • Navigate to the project directory using the command line.
  • Run the app using
make run

Or using

go run cmd/main.go

Endpoints

  • GET/ get a random quotes

What's Next ?

  • Add Tests in each layer
  • Create a minimum frontend to consume the API
  • Add more quotes and categorizing the quotes by tag

How to contribute

  • Star this repository.
  • Create an issue with description that how you want to contribute in this project.
  • Then fork this repository.
  • In forked repository add your changes.
  • Then make pull request with issue number.
  • Wait for review.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 86.5%
  • Dockerfile 11.1%
  • Makefile 2.4%