Golang My Wiki
Welcome to Golang My Wiki! This repository is a simple wiki application built using Golang.
Features
- Auth
- Group the wiki post
- Wiki post
Getting Started To get started with Golang My Wiki, follow these steps:
Clone the repository:
git clone https://github.com/daniel-vuky/golang-my-wiki.git
Navigate to the project directory:
cd golang-my-wiki
Config all the needed information
Config in .env
Build application
go build
Run the application:
./golang-my-wiki
Open your web browser: Visit http://localhost:8080 to access the Golang My Wiki application.
Contributing Contributions to Golang My Wiki are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
License This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments Special thanks to the contributors and the open-source community for their valuable contributions and support.