beaussan / erp-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erp back

CircleCI

Description

This is the back-end of the erp project.

it's purpose is to help manager and have an archive of old masters maquettes and a place to manage them.

Installation

$ npm install 
$ cp example.env .env

Running dependencies

To start a mongodb configured for this project, run the following docker-compose command :

$ docker-compose -f docker/dev.yml up -d

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# production mode
$ npm run start:prod

Test

# e2e tests
$ npm run test:e2e

About


Languages

Language:TypeScript 84.0%Language:JavaScript 8.4%Language:Handlebars 7.3%Language:Shell 0.2%Language:Dockerfile 0.1%