A brief description of your project and its purpose.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things do you need to install the software and how to install them:
- Go version 1.15 or higher
- Any other dependencies required for your project (e.g. database, third-party libraries, etc.)
A step-by-step series of examples that tell you how to get a development environment running:
-
Clone the repository:
git clone https://github.com/dhoniaridho/project-name.git
-
Copy environment variables:
cp .env.example .env
-
Install dependencies:
make install
-
Build the project:
make build
-
Run the project:
make
Instructions for using the project, including any necessary environment variables and sample usage.
Explain how to run the automated tests for this system.
Instructions for deploying the project in a live environment.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- dhoniaridho - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc.