An open API service indexing awesome lists of open source software.

https://github.com/letieu/mindshare


https://github.com/letieu/mindshare

Last synced: 6 months ago
JSON representation

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`.