Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmirus/brain

Tasks/notes app backed for learning Go
https://github.com/mmirus/brain

Last synced: 10 days ago
JSON representation

Tasks/notes app backed for learning Go

Awesome Lists containing this project

README

        

# brain server

Simple server for the tasks/notes app brain.

Currently supports basic CRUD operations for tasks.

## Local dev setup

```sh
# Copy .env file containing for local dev auth credentials
cp env.template .env

# Set up local cert
mkcert localhost
mkcert -install

# Run the server
go run *.go
```