Skip to content

zoomment/zoomment-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e25051 · Dec 20, 2024

History

79 Commits
Mar 15, 2024
Dec 20, 2024
Feb 29, 2024
Mar 10, 2024
Mar 10, 2024
Feb 29, 2024
Feb 29, 2024
Feb 29, 2024
Feb 29, 2024
Mar 13, 2024
Feb 29, 2024
Nov 5, 2020
Feb 27, 2024
Feb 29, 2024
Feb 29, 2024
Feb 27, 2024
Feb 29, 2024
Feb 29, 2024
Dec 15, 2024
Dec 15, 2024

Repository files navigation

Requirements

Clone the repository and install dependencies:

$ git clone https://github.com/zoomment/zoomment-server.git
$ cd zoomment-server
$ npm install

Copy and edit the env file:

$ cp .env.example .env
$ vim .env

Run development:

$ npm run dev

Run production:

$ npm start

Stop production:

$ npm run kill

Docker

modify .env.docker to run with docker.

run mongo with docker

make dev

build the docker image

make build

start/stop system

To start

make up

To stop

make down