Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jessehorne/notmedium.io

A free and open writing platform.
https://github.com/jessehorne/notmedium.io

Last synced: 8 days ago
JSON representation

A free and open writing platform.

Awesome Lists containing this project

README

        

notmedium.io
===

A free and open writing platform.

# Setup

Create a `.env` in ths project directory with the following MySQL variables.

```
DB_NAME=
DB_USER=
DB_PASS=
```

Then...

```bash
go run main.go
```

more coming soon...