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

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 📅

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`