Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inizio/timeboxx

[:construction:] :calendar: Help idiots like me plan a day
https://github.com/inizio/timeboxx

Last synced: 19 days ago
JSON representation

[:construction:] :calendar: Help idiots like me plan a day

Awesome Lists containing this project

README

        

# Timeboxx

## Environments

Environment
Backend
Frontend

Local
http://localhost:8000/graphql
http://localhost:5173

Production
https://timeboxx.fly.dev/graphql
https://timeboxx.fly.dev

## Development

### Pre-requisites

- [asdf](https://asdf-vm.com/)

### Steps

```sh
asdf plugin add task || true
asdf plugin add nodejs || true
asdf plugin add pnpm || true
asdf plugin add poetry || true
asdf install

task setup-local
task docker:dev # `task dev` if you host your own db

# After db is ready
task db:upgrade
```

## Deployment

### Pre-requisites

- [flyctl](https://fly.io/docs/hands-on/install-flyctl/)
- [blackbox](https://github.com/StackExchange/blackbox)

### Steps

```sh
task deploy:production
```