Random Quotes is a very simple web application built with Go that gives you random quotes.
- Random Quotes from https://type.fit/api/quotes
- Go
- Gin
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
- Open your web browser and navigate to http://localhost:8080 to access the application.
GET/
get a random quotes
- Add Tests in each layer
- Create a minimum frontend to consume the API
- Add more quotes and categorizing the quotes by tag
- 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.
This project is licensed under the MIT License - see the LICENSE.md file for details.