Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jessehorne/notmedium.io
- Owner: jessehorne
- License: mit
- Created: 2022-03-20T16:09:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T01:59:28.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:28:20.024Z (3 months ago)
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...