https://github.com/thuongtruong1009/metasave
⏰ Manage your personal work schedule over time through intuitive boards and time calendars 📅
https://github.com/thuongtruong1009/metasave
automation calendar docker ghcr github github-actions kanban mongo mongodb mongoose mvc ngrok node nodejs nosql rest-api scheduler typescript vue vuejs
Last synced: 25 days ago
JSON representation
⏰ Manage your personal work schedule over time through intuitive boards and time calendars 📅
- Host: GitHub
- URL: https://github.com/thuongtruong1009/metasave
- Owner: thuongtruong1009
- Created: 2022-11-07T15:40:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T13:40:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T06:32:05.712Z (about 2 months ago)
- Topics: automation, calendar, docker, ghcr, github, github-actions, kanban, mongo, mongodb, mongoose, mvc, ngrok, node, nodejs, nosql, rest-api, scheduler, typescript, vue, vuejs
- Language: Vue
- Homepage: https://metasave.vercel.app
- Size: 16 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Demo
- [Metasave client](metasave.vercel.app)
- [Metasave server api](metasave.up.railway.app)
- [Metasave server api docs](metasave.up.railway.app/docs)
# TypeScript + Node + Docker (with code hot-reloading in the container)
## For running locally
`npm i`
### Start the dev server
`npm run dev`
### Build the project
`npm run build`
### Start built project
`npm start`
## For running Docker Containers
_You'll need docker installed on your machine to run this in case you didn't know!_
### Build the image
`docker-compose build`
### Start the dev server
`make up`
### Stop the server
`make down`
### Build and start production build
`make up-prod`