Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsislimadev/calendar
To manage tasks
https://github.com/tarsislimadev/calendar
android docker mobile nodejs react
Last synced: 3 months ago
JSON representation
To manage tasks
- Host: GitHub
- URL: https://github.com/tarsislimadev/calendar
- Owner: tarsislimadev
- License: mit
- Created: 2022-07-29T13:57:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:43:11.000Z (5 months ago)
- Last Synced: 2024-10-17T10:52:11.565Z (4 months ago)
- Topics: android, docker, mobile, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendar
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/calendar/docker-pull.yml?label=Docker%20pull&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fcalendar%2Factions%2Fworkflows%2Fdocker-pull.yml)](https://github.com/brtmvdl/calendar/blob/main/.github/workflows/docker-push.yml) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/calendar/docker-push.yml?label=Docker%20push&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fcalendar%2Factions%2Fworkflows%2Fdocker-push.yml)](https://github.com/brtmvdl/calendar/actions/workflows/docker-push.yml) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/calendar/github-release.yml?label=GitHub%20release&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fcalendar%2Factions%2Fworkflows%2Fgithub-release.yml)](https://github.com/brtmvdl/calendar/actions/workflows/github-release.yml) [![github/license](https://img.shields.io/github/license/brtmvdl/calendar)](https://img.shields.io/github/license/brtmvdl/calendar) [![github/stars](https://img.shields.io/github/stars/brtmvdl/calendar?style=social)](https://img.shields.io/github/stars/brtmvdl/calendar?style=social)
App to manage tasks.
## Stack
[Docker](https://www.docker.com/)
[Node.js](https://nodejs.org/en/)
## How to
### Production
```sh
docker run -d -p 80:80 tmvdl/projects:calendar
```### Development
```sh
bash env/pull.shbash env/install.sh
bash env/up.sh
```## License
[MIT](./LICENSE)