kerongon / daily-logger

App to track daily links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daily-log

Track links for your daily log

Getting Started

Development

Start the application using docker-compose up.

This will create two containers: daily-log-server and daily-log-db.

To access the node server use: docker exec -it -u node daily-log-server bash

Tests

After starting the application stack via docker-compose, login with docker exec -it -u node daily-log-server bash and run yarn test.

About

App to track daily links

License:MIT License


Languages

Language:JavaScript 60.0%Language:HTML 40.0%