https://github.com/letieu/mindshare
https://github.com/letieu/mindshare
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/letieu/mindshare
- Owner: letieu
- Created: 2024-09-15T16:11:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:17:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T12:21:58.241Z (over 1 year ago)
- Language: Go
- Homepage: https://mindshare.lol
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mindshare
Share random idea, thoughts
## Features
- Deadly simple
- Backend powered by Go
- SQLite3 database
## Prerequisites
- Go 1.16 or higher
## Installation
1. Clone the repository:
```sh
git clone https://github.com/letieu/mindshare.git
cd mindshare
```
2. Install dependencies:
```sh
go mod tidy
```
2. Run the application:
```sh
go run main.go
```
3. Open your browser and navigate to `http://localhost:8080`.