Skip to content

abrdk/Daydreamer

 
 

Repository files navigation

Daydreamer

Put ideas on a timeline. Start now!

Run the following commands to start the app:

git clone https://github.com/abrdk/Daydreamer
cd Daydreamer
mkdir -p /tmp/Daydreamer
docker-compose up

The service should be available at http://localhost.

Several options are available for configuration in the .env file:

# DAYDREAMER_DATA - MongoDB data storage path. Specify non-tmp directory for permanent storage; don't forget to create it, e.g 'mkdir -p /opt/Daydreamer'
DAYDREAMER_DATA=/opt/Daydreamer

# The container is configured to support https connection if accessed via domain name.
# Specify domain name in the BASE_DNS_NAME if you plan to use https.
# ACME_EMAIL is email address for notifications.
BASE_DNS_NAME=daydreamer.app
ACME_EMAIL=andrew.brdk@gmail.com

To run the app without Docker, install dependencies (yarn install) and specify MongoDB path in MONGO_URI environment variable. yarn dev starts the app in the development mode.

The UI specification is available at Figma.

Version History

v0.5 (mobile web)
    Design - Vitaliy Kravchuk
    Programming - Maxim Pozdnyakov
v0.4 (new UI)
    Design - Vitaliy Kravchuk
    Programming - Maxim Pozdnyakov
    Docker configuration - Aleksey Shepelev
v0.3
    Design - Ilya Steki
    Programming - Vitaliy Surikov
v0.2 (as Dreamcatcher)
    Programming - Andrew
v0.1 (as GanttBox)
    Programming - Fedor Tukmakov
v0.01 (as Unholy Mess)
    Programming - Andrew

Packages

No packages published

Languages

  • JavaScript 80.9%
  • SCSS 18.7%
  • Other 0.4%