/mitochron

Primary LanguageTypeScriptMIT LicenseMIT

Mitochron- Conference APIs

The APIs in this repo will be responsible for an app for talks at a conference.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

Stay in touch

License

Mitochron is MIT licensed.

Containerize App

# build image/put app in  container
docker build -t dredgreat/mitochron .
# run container
docker run -p 3001:3001 dredgreat/mitochron
#push to docker hub
docker push dredgreat/mitochron

Documentation